body
{
	color: #333;
	font-size: 80%;
	background-color: #EEE;
	background-image: url(background.gif); 
	font-family: Georgia, "Times New Roman", Times, Serif;  
	margin-right: 20px;
	margin-left: 20px;
}



p 
{ 
    line-height: 1.5em; 
}

tt
{
    font-family: monaco, "courier new", sans;
}


li
{
    margin-top: 10px;
}


h1
{
    font-family: "Trebuchet MS", helvetica, arial, sans;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #CC0000;
    text-shadow: 3px 3px 3px #999;
}

h2
{
    font-family: "Trebuchet MS", helvetica, arial, sans;
    font-weight: bold;
   	font-size: 1.3em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #CC0000;
    text-shadow: 3px 3px 3px #999;
}

h1 a,h2 a
{
    text-decoration: none;
    color: #CC0000;
}

h1 a:hover,h2 a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

