body, table, tr, td {
	font-family: Arial, Sans Serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}


body {	margin: 0px;
	background-color: #ffffff;
}

#footer {
 	font-family: Arial, Sans Serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;

}

h1 {
 	font-family: Arial, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
  margin: 0;
	padding: 0;
}

a:link {
	color: #5080ab;
	text-decoration: none;
}
a:active {
	color: #5080ab;
	text-decoration: none;
}
a:visited {
	color: #5080ab;
	text-decoration: none;
}
a:hover {
	color: #5080ab;
	text-decoration: underline;
}
