body{
	font-family: Arial, Helvetica, sans-serif;
}
.form{
font-size: smaller;
}
table {
	font-size: 11px;
	color: #666666;
}
h1 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
a:link {
	font-size: 12px;
	font-weight: normal;
		color: Black;
	text-decoration: none;
} 

a:visited {
	font-size: 12px;
	font-weight: normal;
		color: Black;
	text-decoration: none;
} 

a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.color1:link {
	font-size: 11px;
	font-weight: normal;
		color: #66BCA3;
	text-decoration: none;
} 

a.color1:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #66BCA3;
} 

a.color1:active {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a.color1:hover {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline blink;
}
