  
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Heading style rules */
h1 {
	font-size: 36px;
	color: #E8FDFF;
}
h2 {
	font-size: 22px;	
	color: #666666;
}
h3 {
	font-size: 14px;	
	color: #990000;
}
h4 {
	font-size: 14px;	
	color: #FFFFFF;
}
h5 {
	font-size: 10px; 
	color: #666666;
}
h6 {
	font-size: 10px;	
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

/* Link pseudo-class style rules */
a:link {
color: #660000;
}
a:visited {
color: #990000;
}
a:hover {
color: #000000;
}
a:active {
color: #FF0000;
}
