body, table, p, td {
	font-family: Arial;
	font-size: 12;
}
h1 {
	font-family: Arial;
	font-size: 14;
}
h6 {
	font-family: Arial;
	font-size: 10;
	align: center;
}
a:link {color: #000000;text-decoration:none}     /* unvisited link */
a:visited {color: #000000;text-decoration:none}  /* visited link */
a:hover {color: red;text-decoration:underline}   /* mouse over link */
a:active {color: red}   /* selected link */ 

