﻿body 
{
    font-family:Verdana, Arial, 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:#006666;
	text-decoration: none;
}

#content a:hover
{
	color:#ff6666;
	text-decoration: none;
}

#content a:active
{
	color:#ff6666;
	text-decoration: none;
}

#content a:visited
{
	color:#006666;
	text-decoration: none;
}

li#greenbox
{
 	list-style-position: outside;
	font-size: smaller;
	margin-left: 2px;
	color: #ffffff;
	list-style-type: square;
}

li#greenbox a:link, li#greenbox a:visited
{
	color: #ffffff;
	text-decoration: none;
}

li#greenbox a:hover, li#greenbox a:active
{
	color: #ff6666;
	text-decoration: none;
}

.highlight
{
background-color:#B1D3EC;
}

h1.title, h2.title
{
border-bottom:1px solid #285577;
}
