body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #DDDDDD;
	font-size: 100%;

	}
	
h1 {
	font-size: 100%;
	font-style: oblique;
	color: #330000;
	text-align: right;
	text-decoration: underline;



	}
	
p {
	color: #330000;
	font-size: 90%;


	}

.copyright {
	font-size: 75%;
	color: #003366;
	font-weight: normal;
	font-style: normal;
	}
	
a:link {
	color: #FFFFFF;
	font-size: 80%;
	text-decoration: none;
	}
	
a:visited {
	color: #FFFFFF;
	font-size: 80%;
	text-decoration: none;
	}
	
a:hover {
	cursor: hand;
	color: #FFFF99;


	}
	
.r {
	color:#000000;
	text-decoration: none;
}

.r:visited {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	}
	
.r:link {
	color:#000000;
	text-decoration: none;
	font-size: 100%;

}
.r:hover {
	color:#FFFFFF;
	background: #333333;
	cursor: hand;
}
.brown {
	color: #330000;
	font-size: 50%;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.orange {
	color: #CC6633;
}
.blue {
	color: #003366;

}
.underline {
	text-decoration: underline;
}
