body  {
	font-family: "Comic Sans MS"; 
	color: Navy;
	font-weight: normal;
	background-color: white;
	margin-left : 6;
	margin-top : 0px;
} 

.small {
	font-family : "Comic Sans MS";
	font-size : 13px;
	color : navy;
}
.med {
	font-family : "Comic Sans MS";
	font-size : 15px;
	color : navy;
}
.large {
	font-family : "Comic Sans MS";
	font-size : 18px;
	color : navy;
}

.smallWhite {
	font-family : "Comic Sans MS";
	font-size : 11px;
	color : white;
}
.medWhite {
	font-family : "Comic Sans MS";
	font-size : 15px;
	color : white;
}
.largeWhite {
	font-family : "Comic Sans MS";
	font-size : 18px;
	color : white;
}

 
a.std { 
	text-decoration:underline;
	color: blue; 
} 

a.std:visited { 
	text-decoration: underline ;
	color: blue;
} 

a.std:hover { 
	text-decoration: none;
	color: black;
	background: #c0c0c0;
} 
 
a.stdWhite { 
	text-decoration:underline;
	color: White; 
	width: 145px;
} 

a.stdWhite:visited { 
	text-decoration: underline ;
	color: #c0c0c0;
} 

a.stdWhite:hover { 
	text-decoration: none;
	color: yellow;
	background: navy;
	width: 145px;
} 
