
body 
{
	margin: 8px auto 8px auto;
	padding: 0;
	width: 640px;
	font-family:-apple-system, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	color: black;
	background-image: url(images/Paper.gif);
}

.headings
{
	font-size:21px;
	color: black;
}

a.headings:link, a.headings:visited
{
	text-decoration : none;
	color: black;
	background: transparent; 
}

a.headings:hover 
{
	text-decoration : none;
	color: blue;
	background: transparent; 
}


a.headings:active 
{
	text-decoration : none;
	color: red;
	background: transparent;  
}

p 
{
	padding: 0;
	margin-top: 0px;
}
