BODY {
	color: Black;
	background-color : #FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size: large;
	
	scrollbar-face-color:'';
    scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color:#C0CCFA;
	scrollbar-track-color:'';
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'#31538B';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';

}




A:VISITED {
	color: #0033ff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	
}


A:LINK {
	color: #0033ff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	

}


A:HOVER {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


	
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: 6633FF;
}
.mainsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
.boldtext {
	font-weight: bold;
}
.smalltext {
	font-size: x-small;
}