/*South Carolina*/


h1
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: white;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	vertical-align: baseline;
	font-family: "Times New Roman", Times, serif ;
}

h2
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	font-family: "Helvetica", Helvetica, sans-serif ;
}

h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: black;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: baseline;
	font-family: "Helvetica", Helvetica, sans-serif ;
}





a:link {
  	font-weight: bold; 
  	text-decoration : underline; 
  	color: #00F;
  	background-color: transparent; 
	font-size: 18px;
}


a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #00F;
	background-color: transparent;
	font-size: 18px;
}


a:hover {
   font-weight: bold;
   color : #00F;
   background-color : yellow;  
   text-decoration : underline; 
   font-size: 18px;
}

a:active {
   font-weight: normal; 
   text-decoration : none; 
   color: #00F;
   background-color: transparent; 
   	font-size: 18px;
}


