.dot {
font-family: Arial;
font-size: 16px;
color: #ff0000
}
.nav {
font-family: Arial;
font-size: 10pt;
color: #ff0000;
text-decoration: none;
font-weight: bold;
}
.nav A:hover {
color: #ff9900;
}
A {
font-family: Arial;
font-size: 8pt;
color: #0000ff;
text-decoration: none;
font-weight: bold;
}
A:hover {
color: #ff3300;
}
td {
font-family: Arial;
font-size: 8pt;
}
.form_element {
font-family: Arial;
font-size: 8pt;
}
.form_data {
font-family: Arial;
font-size: 8pt;
}

body 
{
	margin: 0px;
	padding: 0px;	
}