

BODY
{
	
}

H1
{
	
	font-family : verdana; 
	font-size : 225%;
        text-align : center;
}

H2
{
	
	font-family : verdana;
        font-size : 175%;
        text-align : center;
}

H3
{
  font-family : verdana; 
  font-size : 120%;
  text-indent: 3em;
  border-bottom : solid thin;
}

H4
{
  font-family : verdana; 
  font-size : 110%;
}
H5
{
  font-family : verdana;
  font-weight : bold;
  font-size : 100%;
  text-indent : .5em;
}
H6
{
  font-family : verdana;
  font-size : 100%;
  font-style : italic;
  text-indent : 1em;
  font-weight : normal;
}


P
{
  font-family : verdana; 
  text-align: left;
}

a:link, a:visited, a:active
{
  text-decoration : none;
  font-weight : bold;
  color : rgb(0,102,153);        
}

A:HOVER {
  text-decoration : none;
  color : rgb(251,51,0);
}

EM
{
        text-decoration : italic;
}

STRONG
{
        text-decoration : none;
        font-weight : bold;
}

#menu
{
        text-align : center;
}

TD
{
	text-align : center;
	font-family : verdana;
}

TH {
	font-family : verdana;
}

hr {
  width : 50%
}

div.news {
  background-color : rgb(150,213,255);
  padding : 1em; 
  border : solid;
  //border-color : rgb(102,153,204)
}
.news P {
  font-family : lucida console;
}
.news H3 {
  font-family : lucida console, courier new;
  border-bottom : solid thin;
}
.contacts {
  border-left : solid thin;
  border-bottom : solid thin;
  padding : 1em;
}

.footer hr {
  width: 75%;
  text-align : right;
}

.footer p {
  clear : right;
  text-align : right;
  font-style : italic;
}

span.email {
  color: rgb(0,102,153);
}

span.emailsep {
  font-weight : bold;
}
