﻿
body 
{
margin-top: 0px;
font-family:"Comic Sans MS";
font-size:12.0pt;
font-color: #000001;
background-color: #CCB8AA;
}
 h5 {
  	font-family:"Comic Sans MS";
	font-size:10pt;
	color:blue;
	font-weight:normal;
 text-indent: 50px;

}

h7 { 
	font-family:"Comic Sans MS";
	font-size: 18pt;
padding-top:20px;
margin-top:30;
	color:fuchsia; 	
	font-weight:bold;
 	text-shadow: 2px 2px #00ffff;
}



a:link {
    color: #00ffff;
text-decoration: none;
text-weight=normal;
}

/* visited link */
a:visited {
    color: #ff0aff;
}

/* mouse over link */
a:hover {
    color: #ffff00;
}

/* selected link */
a:active {
    color: #0000FF;
}