﻿h1 

{

font-family: Arial,Helvetica,sans-serif;
font-size: medium;
font-weight: bold;
color: #000066;
text-align: center;
}

p 

{
font-family: Arial,Helvetica,sans-serif;
font-size: small;
font-weight: normal;
color: #000000;
}
#IntroText
{
	
	margin: 10px;
}
A:link  {
	text-decoration: none;
	color: #030133;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

A:visited   {
	text-decoration: none;
	color: #030133;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

A:active    {
	text-decoration: none;
	color: #030133;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

A:hover {
	text-decoration: none;
	color: #ff6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

