body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .75em;
	margin-top: 0%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0%;
	background-color: #666666;
   }
   
h1 {
	font-family: Tiempo, "Times New Roman", serif;
	color: #000000;
	font-size: 175%;
	font-weight: 600;
	line-height: 100%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
	}

p {	line-height: 150%;


pre {	font-family: monospace;	font-size: larger;}
			

ul {
		line-height: 150%;
		margin-left: 5%;
		margin-right:0%;
}
li {
		font-size: 100%;	
		margin-left: 0%;
		margin-right: 0%;

}
        
#return {
	font-size: 100%;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1%;
	text-align: center;
}
#copyright {
	font-size: 90%;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
}

#a:link	{
	color: #3333cc;
	text-decoration: none;
	background-color: transparent;
	}
a:visited	{
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	}
a:active	{
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
	}
a:hover	{
	color: #33ff00;
	text-decoration: none;
	background-color: transparent;
	}

    
