.header {
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	font-size: medium;
	font-weight: bold; 
	text-align: center;
	color: #000000;
}
H1 {
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	font-size: large; 
	font-weight: bold; 
	color: #333366;
}
H2 {
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold; 
	color: #333366;
}
BODY {
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #000000;
	background-color: #ffffff;
}
P {
	font-size : x-small;
}
A {
	font-family: Tahoma,Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #333399; 
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color : #333399;
}

A:hover {
		color : #ff3333;
}

TD { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #000000;
}
