
body {
	background-color: #DDDDDD; 
	/*background-image: url('JPG\GS2.jpg'); */
	}
      
H1 {
	font-family: Times;
	font-size: 40px;
	text-align: center;
	color: #FF0066;            /*  Maraschino Red  */
	border-bottom: medium solid #0099FF
	line-height: 45px;}
	
H2 {
	font-family: Arial;
	font-size: 30px;
	line-height: 33px;
	text-align: left;
	color: #006633;    /* green */}
	
UL {
	font-family: Tunga;
	font-size: 22px;
	font-style: italic;
	line-height: 25px;
	text-align: left;
	margin-left: 60px;
	margin-right: 100px;
	list-style-type: square;
	color: #0000FF;
	background-color: #00FFFF;}

DIV {
	font-size: 20px;
	font-family: Tahoma;
	color: black;
	font-weight: bold;
	line-height: 30px;}
      
.hd_link {
	font-size: 27px;
	font-family: Impact;
	font-style: bold;
	color: #FF00CC;
	line-height: 30px;}

.Side_Head {
	font-size: 40px;
	font-family: Impact;
	font-style: bold;
	align="top";
	color: #FF0066;            /*  Maraschino Red  */
	line-height: 43px;}

.Side_Text {
	font-size: 18px;
	font-family: Serif;
	font-style: light;
	color: #0000FF;
	line-height: 23px;}

hr {
	color: #0099FF;
	/*width: 3px;*/
	}
	
a {
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #3399CC;
	line-height: 20px;}

a:hover {
	background-color:#3399CC;
	color: white;
	}	