/* CSS Document */
body{
	font-family: "Times New Roman";
	font-size: 12px;
}
.menu{
	font-family: "Times New Roman";
	font-size: 14px;
	color:#999999;
	text-align:center;
}
.footer{
	font-family:"Times New Roman";
	font-size:10px;
}
a:link,a:visited{
	color:#999999;
	text-decoration:none;
}

a:hover{
	color:#999999;
	text-decoration:underline;
}