body
	{
	background-color: #dddddd; 
	font-size: 16px 
	}


h1
	{
	font-family: "Times New Roman", serif;
	font-size: 30px;
	text-align: center
	}


h2
	{
	color: black; 
	font-family: time-roman; 
	font-size: 27px; 
	text-align: center 
	}


A:link {color: blue}  
A:visited {color: #aa0088} 
A:hover {color: red} 
A:active {color: green} 

p {margin-left: .5in; margin-right: .5in; font-size: 16px}

table
	{
	border-collapse:collapse;
	border-style:groove;
	border-width:0px;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	}
        
td
        {
        border-style:groove;
	  border-width:0px;
	  text-align:left;
	  padding:5px;
        vertical-align:top;
        }

.w200 {width:200px;}