/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
body {
	background-color: #FF6600;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
}
.Style1 {font-size: x-small;
}
.Style2 {color: #FFCC00;
}
.Style3 {font-size: large;
}
.Style4 {font-size: large; font-weight: bold; 
}
.Style5 {font-size: small;
}
.Style6 {font-size: xx-large;
}