/* Stylesheet */ 
body{
 background-color: #993300;
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 125%;
 color: #ffffff; 
 margin-left: 20px;
 margin-top: 20px;
 margin-right: 25px;
 margin-bottom: 20px;
 }	 
	 
a {
  color: #ffffcc;
  text-decoration: underline;
}


a:hover {
        color: #cc6633;
        text-decoration:underline;
}

a:active {
        color: #ffffcc;
        text-decoration:underline;
}

a:visited {
        color: #ffffcc;
        text-decoration:underline;
		}
		
pre{
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 125%;
 color: #ffffff; 
 margin-left: 0px;
 margin-top: 20px;
 margin-right: 25px;
 margin-bottom: 20px;
 }	

