body {
 	background-color: #FFFFFF;
	margin-right: 50px;
	margin-left: 50px
	}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium; color: #000000;
  	margin-right: 150px;
   	font-weight: lighter;
   	line-height: normal
	}
	
h1 {  
	font-family: "Courier New", Courier, mono; 
	font-size: large; 
	font-style: italic; 
	color: #000000; 
	background-color: #E6E6FA; 
	width: 640px; 
	margin-left: -25px; 
	border-color: #9999FF black black; 
	border-style: none; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin; 
	font-weight: bold
}

h2 {
	font-family: "Courier New", Courier, mono; 
	font-style: italic; 
}

ul {  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #003366; 
	list-style-type: square
	}

.navigation {  
	font-family: "Courier New", Courier, mono; 
	color: #CCCCFF; 
	font-size: small; 
	background-color: #006666; 
	text-decoration: none
}
th {
	font-family : sans-serif;
	color: #000000;
}

td { 
	font-family : sans-serif; 
	font-size : small; 
}
table {	
	background-color : #DCDCDC; 
	}

