@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;	
	color: #F00;
}
h2 {
	font-size: 20px;
	color: #000000;
}
h3 {
	font-size: 14px;
	font-weight: 100;
	color: #000000;
}
.navlinks {
	font-size: 10px;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
