@charset "iso-8859-1";

body {
	margin-left: 3%;
	margin-right: 3%;
	background-color: White;
	color: #000000;
}

a:link {
	color: Blue;
	background-color : transparent;
} 

a:visited {
	color: Purple;
	background-color : transparent;
} 

h1, h2 {
	color: Green;
	text-align: center;
}

.top {  
	
}

.interior {
	padding-left: 1%;
	padding-right: 1%;
	margin-top: auto;
	margin-bottom: auto;
	background-image: none;
	background-color: white;
	color: #000000;
	border-style: none;
	border-width: thin;
	list-style-type: disc;
}

.subj  {
	font-weight: bold;
	margin-left: -2%;
}

.sig   {
	font-style: italic; 
}

