h1
{
	font-family: arial, 'sans serif';
	font-size: smaller;
}

h2
{
	font-family: arial, 'sans serif';
	font-size: larger;
}

p,table,li,address
{
font-family: arial, 'sans serif'; 
margin-left: 12pt;
color: #dfe8ef; 
}

p,li,th,td
{
font-size: 80%;
color: #dfe8ef; 
}

th {background-color:#568db8}

body
{
background-color: #568db8;
}

h1,h2,h3,hr 
{
color: #dfe8ef; 
}

a:link    {
	color: Silver;
}
a:visited {
	color: White;
}
a:active  {
	color: Fuchsia;
}
a:hover   {
	color: Lime;
}

