@charset "utf-8";

body {
background-color: #C2E8FF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191970;
	text-align: center;
}

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191970;
	text-align: center;
}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191970;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}


					
a:hover {
   font-weight: bold;
   color: #AB82FF;
   text-decoration: none;
   cursor: hand;
   background: #7EB6FF;
}

links	{
	padding-right: 3px;
	padding-left: 3px;
	}

a:link, a:visited, a:active {

	font-weight: bold;

	color: #473C8B;

	text-decoration: underline;

	cursor: hand;

}
