/* burtsukhov.css */
/* Useful page: http://www.htmlhelp.com/reference/css/properties.html */

body {
  background-color: #ffffff;
  color: black;
  font-family: Verdana,Arial,Sans Serif,Helvetica;
}

h1, h2, h3, h4, h5, h6 {
  color: #009900;
  font-family: Verdana,Arial,Sans Serif,Helvetica;
}

.header1 {
  color: #009900;
  text-align: center;
  font-size: large;
  font-weight: bold;
}

.header2 {
  color: #009900;
  text-align: center;
  font-size: large;
}

.address {
  text-align: center;
}


.subhead1 {
  color: #009900;
  font-size: medium;
}

.subhead2 {
  color: #009900;
  font-weight: bold;
}

.table1 {
  color: #009900;
  font-size: x-small;
}

.copyright {
  font-size: x-small;
}

.maincolor1{
  color: #009900;
  font-weight: normal;
}

A:LINK {
  color: #009900;
  text-decoration: underline;
}

A:ACTIVE {
  color: #00CC66;
  text-decoration: underline;
}

A:VISITED {
  color: #006633;
  text-decoration: underline;
}

A:HOVER {
  color: #009966;
  text-decoration: underline;
}

