BODY
{
        font-family: Gill Sans, Helvetica, Arial, sans-serif 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	background-color: #ffffff;
	color: #000000;
}

/* Links */

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #663366;
	text-decoration: underline;
}

a:hover {
    color: #CC0000;
    background: #FFFFcc;
    text-decoration: underline;
}

a:active {
    color: red;
    text-decoration: underline;
}


/* Headers */

H1
{
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	border-bottom: #CC0000 2px solid;
	text-transform: inherit;
}

H2
{
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
	border-bottom: #CC0000 2px solid;
	text-transform: inherit;
}

H3
{
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	border-bottom: #CC0000 2px solid;
	#background-color: #000000;
	#color: #ffffff;
	padding: 2px;
}

/* Paragraph styles */

P { font-family: Gill Sans, Helvetica, Arial, sans-serif 
    font-style: normal;
    font-weight: normal;
    font-size: normal; 
    text-align: left;
    text-indent: 0;    
  }

P EM { font-style: oblique }

/* divs */

#masthead {
    float: left; 
    width: 100%;
    padding-bottom: 20px;
}

