/* Scrollbar properties are only supported by Internet Explorer 5.5+  */

body {
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #666666;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #8B8B8B;
	background-color: Black;
	background-image: url(../images/back.png);
	background-attachment: fixed;
	background-color: Black;
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Comic Sans MS";
	font-size: 12;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #0066FF;
}
 a:link {color: #0066FF; text-decoration: None}
 a:visited {color: #0066FF; text-decoration: None}
 a:active {color: #0066FF; text-decoration: None}
 a:hover {color: #0066FF; text-decoration: Underline}
 .copyright {font-size: 9pt}

.heading {
	background-color: black;
	color: Blue;
	font-size: 30px;
	text-align: center;
}
.heading2 {
	background-color: #535353;
	color: Blue;
	font-size: 20px;
	text-align: center;
}
.mainfield {
	color: #00CED1;
	text-align: center;
}
.title{
	font-size: 30px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.content{
	font-size: 20px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}