.aww {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;

}
.border {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #333333;
	color: #9E9E9E;

}
