﻿body 
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size: small;
}

#content
{
	line-height:1.4em;
}

#content h1
{
	font-size:180%;
	color:#285577;
}

#content h2
{
	font-size:150%;
	color:#142A3B;
}

h3
{
	font-size:130%;
	color:#285577;
}

h4
{
	font-size:120%;
	color:#142A3B;
}

#content ul
{
	list-style-type:square;
}

#content a:link
{
	color:#386597;
}

#content a:hover, #content a:active
{
	color:#006682;
	background-color:#EEE;
}

#content a:visited
{
	color:#285577;
}

.highlight
{
background-color:#B1D3EC;
}

h1.title, h2.title
{
border-bottom:1px solid #285577;
}
