html, body{      height: 100%;
 margin : 0px 0px 0px 0px;
	padding:0px;	
}
a {
	font-size: 15px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body {
	background-color: #FFFF99;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
.centeredcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
