body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
    background-color: WHITE;
}

h1
{
	font-size: 1.2em;
	color: #FDCC12;
}

h2
{
	font-size: 1em;
	margin: 30px 0px 0px 0px;
}

h3
{
	font-size: 0.8em;
	margin: 10px;
	text-align: center;
}

HR
{
    color: #333399;
}

A:link
{
    color: navy;
}

A:visited
{
    color: navy;
}

A:hover
{
    color: red;
}

.narrowborder
{
    border: 1px solid #333399;
}

.titleblue
{
    background-color: #1B0D62;
	padding: 15px;
}

.mainblue
{
    background-color: #B6B7E9;
	height: 100px;
	padding: 0px 15px 15px 15px;
}

.header
{
	font-size: 2em;
	color: #333399;
	text-align: center;
}	

.hspace {
	width: 215px;
    list-style: none;
    padding: 5px;
   	font-weight: bold;
    vertical-align: top;
    text-decoration: none;
}

.hspace A:link
{
    text-decoration: none;
}

.hspace A:visited
{
    text-decoration: none;
}

.hspace A:hover
{
    text-decoration: none;
}