BODY {
	background-color : Navy;
	color : White;
	font-family :  Georgia, "Times New Roman", serif;
	font-size : medium;
	text-align: center;
}
TD{
	background-color : Navy;
	color : White;
	font-family :  Georgia, "Times New Roman", serif;
	font-size : medium;
	text-align: left;
}

A {
	font-family: Georgia, "Times New Roman", serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: Teal;
	background-color: Navy;
}

A:visited
{
  font-size: medium;
  color: Teal;
  background-color: Navy;
}

A:hover, A:active, A:focus
{
  background: Yellow;
}

H1 {
	font-size: larger;
}


H2 {
	font-size : x-large;
}

H2.emphasis {
	font-style : italic;
}
H3{
	font-size : smaller;
}

.keyword {
	font-weight : bold;
}
.copyright{
	font-size:xx-small;
}
.captions{
	font-size: small;
}




