body
{background:#E1E1E1;}

p {font-size: 12pt; font-family: Arial, Tahoma}
p.blue {font-size: 12pt; color: blue; font-family: Arial, Tahoma}
p.red {font-size: 12pt; color: red; font-family: Arial, Tahoma}

a:link {color: green}
a:visited {color: purple}
a:hover {color: red}
a:active {color: blue}

table.navigation {table-layout: fixed;
	font-family: "Arial", "Roman";
	background-color: #FFFFB4;
	border-style: solid; border-color: Blue; border-width: thin; }
	
table.link {table-layout: auto;
	font-family: "Times New Roman", "Roman";
	border-style: none}
	
table.search {table-layout: auto;
		font-family: "Arial", "Roman";
		border-style: solid; border-color: Black; border-width: thin}

h1.center {text-align: center; font-family: "Arial Black" }
h1.green {text-align: center; color: green; font-family: "Arial Black" }
h2.center {text-align: center; font-family: "Arial Greek" }
h2.centerred {text-align: center; color: red; font-family: "Arial Greek" }
.underline {color:rgb(1,51,120);
text-decoration:underline;}

