body {
	background-color: #09F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.txt12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}


.txt12bold {
	font-size: 12px;
	font-weight: 800;
	color: #FFF;
}


a:link {
	font-size: 12px;
	font-weight:600;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #39F;
	background-color: #FFF;
}


a:visited {
	font-size: 12px;
	color: #999;	
}

.txt16 {	
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
