/* CSS Document */
/* B0B0B2 - links */

body {
	background-color: #9DABF0;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #9DABF0;
	scrollbar-track-color: #9DABF0;
	scrollbar-arrow-color: #000000
	scrollbar-highlight-color;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #9DABF0;
	scrollbar-darkshadow-color: #000000;
}

h2 {
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;
	}
	
h3 {
	font-family: Verdana;
	font-size: 20;
	font-weight: bold;
	color: #D70056;
	}

h4 {
	font-family: Verdana;
	font-size: 12;
	}
	
h6 {
	font-family: Verdana;
	font-size: 28;
	}
h7 {
	
}
	
font {
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;
	color: #993366;
	}
	
th {
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	color: #03198D;
	}
	
td {
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;
	}

div {
	position: relative;
	top: 0px;
	left: 50px;
	right: 100px;
	}

a:link {
	color: #FFFFFF
	}

a:visited {
	color: #03198D
	}

a:hover {
	color: #3366FF
	}
	
a {
	text-decoration: none;
	}
