body { 
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffcc;
	overflow-y: scroll; 
}
h1 {
	font-family: Times New Roman;
	font-size: 30px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
	color:#530000;
}
p {
	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:#000;	
}
a:link {
		text-decoration: underline;
		color: #530000;
		}
a:visited {
		text-decoration: underline;
  		color: #530000;
  		}