﻿/* sets the main body properties */

HTML {

	
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #010165;
	scrollbar-shadow-color: #0000a0;
	scrollbar-3dlight-color: #0000a0;
	scrollbar-arrow-color: #ff8040;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;

	}

}

/* We like to use headings for special effects */

h2 {

	color: #800000;

	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;

	text-align: left;

	font-size: 1.6em;

	font-weight: bold;

	letter-spacing: 2px;

}

h3 {

	color: #CC9900;

	text-align: left;

	font-size: 12pt;

	font-weight: bold;

	letter-spacing: 2px;

}

A:LINK {

	font-family: arial, sans-serif;

	font-size: none;

	text-decoration: none;

	color: #FF0000;

}

A {

	font-family: arial, sans-serif;

	font-size: 10pt;

	text-decoration: none;

	color: #C0C0C0;

}

A:VISITED {

	color: #C0C0C0;

}

A:HOVER {

	color: #C0C0C0;

}

body {

	font-family: Arial;

	font-size: 9px;

	color: #CC6600;

	font-weight: bold

}

li {

	font-family: Arial;

	font-size: 12px;

	color: #C0C0C0;

}

ol {

	font-family: Arial;

	font-size: 12px;

	color: #000000;

}

table {

	font-family: Arial;

	font-size: 10pt;

	color: #FFFFFF;

	font-weight: bold;

}

td {

	font-family: Arial;

	font-size: 12px;

	color: #C0C0C0;

	font-weight: bold;

}