/* CSS definition file containing sitestyle stylesheets */

BODY {

  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;

  background-color: #fed;

}



A:active {
 color: rgb(255,0,0);
}


A:link {
 color: rgb(0,51,204);
}


A:visited {
 color: rgb(153,0,153);
}


.TextNavBar {
 font-size: xx-small;
}


A:hover {
 color: rgb(255,0,0);
}


p {

  text-align: center;

  margin: 0px;

}



H1 {

  text-align: center;

  font-family: 'Times New Roman', Times, Serif, serif;

  font-size: x-large;

  font-weight: bold;

  font-style: italic;

  text-decoration: underline;
}



H2 {

  text-align: center;

  font-family: 'Times New Roman', Times, Serif, serif;

  font-size: large;

  text-decoration: underline;

}



H3 {

  text-align: center;

  font-family: 'Times New Roman', Times, Serif, serif;

  font-size: small;

  font-weight: normal;

}



#rightcoldiv P {

  font-size: large;

  font-weight: normal;

}



SPAN {

  font-size: small;

  font-weight: normal;

}



#footerdiv P{

  font-size: xx-small;

  line-height: 165%;

}



#textnavspan {

  font-size: xx-small;

}



.s {

  margin: 0 40;

  font-size: x-small;

}
