 /* CSS Document */
body,td,th {
	font-family:  Verdana, Arial, serif;
	font-size: medium;
	color: black;
}
body {
min-width: inherit;
	background-image: url(BACKGROUND.gif);
	background-repeat:repeat;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
color:  blue;
}


a:visited {
	color:  purple;
}
h1 {
	font-size: 24pt;
	color: #CC0000;
}
h2 {
	font-size: 18pt;
	color: black;
}
h3 {
	font-size: 14pt;
	color: black;
}
h4 {
	font-size: 12pt;
	color: black;
}
h5 {
	font-size: 10pt;
	color: black;
}
h6 {
	font-size: 8pt;
	color: black;
}



