/* CSS Document */

body {
  background-color:#99ccff;
  font-family:arial, verdana, sans-serif;
	text-align:center;}

div {
  width:800px;
  border:1px solid #000000;
  margin:1px;
  padding:5px;
	margin:0 auto;}

div#masthead {
  height:260px;
  background-image:url(header.jpg);
	text-align:center;
	
	}

div#navigation {
  height:40px;
  background-color:#cc9966; 
  color:#cc9966;
	}
	

div#navigation a, a:visited{
color:black;
}
	
	
.body {
  height:100%;
  background-color:#99cccc;
	text-align:center;
}

h1 {
font-variant: small-caps;

table {
width:800px;
	border-width: 5px 5px 5px 5px;
	border-spacing: 3px 3px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
 td {
 	font-size:60%;
	width: 70%;
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color:#ccffff;
	-moz-border-radius: 0px 0px 0px 0px;
	}

