body {
	background-color: white;
}
p, td, li, blockquote {
	font-family: Verdana, Geneva, Helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-size: 12px;
}
.foot{
	font-size:10px;
	}
.title {
	font-size: 20px;
}
.content {
	font-size: 16px;
}
a {
	text-decoration: none;
	font-family: Verdana, Geneva, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	
}

a:link {
        color: #666666;
	}
a:active {
	color: #333333;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
a.menu:link {
	font-size:14px;
	color:#FFFF00;
}
a.menu:active {
	font-size:14px;
	color: #FFFF99;
	text-decoration: underline;
}
a.menu:visited {
	font-size:14px;
	color: #FFFF00;
}
a.menu:hover {
	font-size:14px;
	color: #FFFF99;
	text-decoration: underline;
}
