BODY, TD {
	background-color : Navy;
	color : White;
	font-family :  Georgia, "Times New Roman", serif;
	font-size : medium;
	text-align: left;
}
B.respect {
	background-color: Black;
}



A {
	font-family: Georgia, "Times New Roman", serif;
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
    color: Teal;
	background-color: Navy;
}

A:visited
{
  font-size: medium;
  color: Red;
  background-color: Navy;
}

A:hover, A:active, A:focus
{
  background: Yellow;
}
A.navvy {
	font-size: 75%;
	font-weight: normal;
}


H1 {
	font-size: larger;
}

H1.headingPos {
	text-align: center;
}



H2 {
	font-size : x-large;
}

H2.emphasis {
	font-style : italic;
}

.keyword {
	font-weight : bold;
}

