body {
	background-color: #EFEFEF;
	color: #333333;
}

.test1 {
	font-family: verdana;
	font-size: 70%;
	color: #777777;
}

.offhome {
	color: #009fe8;
	font-weight: bold;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#003399;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.linkbott a, a:active, a:visited {
	color: #00A8DB; 
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

.linkbott a:hover {
	font-weight: bold;
	text-decoration:underline;
}