/* Example style sheet file (note how this comment was created) */



BODY		{

		color: rgb(23,48,81);

		background: #FFFFFF;

		font-family: 'Gill Sans', Arial, sans-serif;

		margin-top: 20

		}





A:link	{

		color: #3333FF;

		font-family: 'Gill Sans', Arial, sans-serif;

		text-decoration: none

		}



A:visited	{

		color: #0000FF;

		font-family: 'Gill Sans', Arial, sans-serif;

		text-decoration: none

		}



A:active	{

		font-family: 'Gill Sans', Arial, sans-serif;

		text-decoration: none
; color: #FF33FF

		}

			

A:hover	{

		font-family: 'Gill Sans', Arial, sans-serif;

		text-decoration: none;

		color: #6666FF}



H1		{

		font-weight: bold;

	 	text-align: center;

	 	color: rgb(58,117,196);

		font-family: 'Gill Sans', Arial, sans-serif

		}
H3	{	

		font-weight: bold;

	 	color: rgb(58,117,196);

		font-family: 'Gill Sans', Arial, sans-serif

		}



CITE		{

		font-family: 'Gill Sans', Arial, sans-serif;

	 	font-style: italic

		}











H2 { 

		font-weight: bold;

	 	color: rgb(58,117,196);

		font-family: 'Gill Sans', Arial, sans-serif
 } 