body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size="2";*/
	font-size: 10px;
	color:#454545;
	
	margin:0px;
	/*background-color: #CCCCCC;*/
}

a:link {
	color: #454545;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #454545;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	/*background:#FF0000;*/
	background-color:#ff0000;
}
a:active {
	text-decoration: none;
	color: #454545;
}.ttbl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #efefef;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

