body,td,th {
	font-family: ms Sans Serif;
	font-size: 14px;
}
body{
	margin-top: 20px;
}
h1{
	font-size: 18px;
	font-weight: bold;
}
.red{
	font-family: ms Sans Serif;
	font-size: 14px;
	color: red;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
