
h1 {
 font-size: 20px;
 font-weight: bold;
 background-color:#303030;
 background-position: center center;
 height:29px;
 text-align: center;
 font-variant: normal;
 color: #ffffff;
 padding: 5px;
 margin: 0px;
}

h2 {
 font-size: 16px;
 font-weight: bold;
 background-position: center center;
 text-align: center;
 font-variant: normal;
 color: #330000;
 padding: 0px;
 margin: 0px;
}

h3 {
 font-size: 15px;
 font-weight: bold;
 background-position: center center;
 font-variant: normal;
 color: #330000;
 padding: 0px;
 margin: 0px;
}

h4 {
 font-size: 14px;
 font-weight: bold;
 background-position: center center;
 font-variant: normal;
 color: #330000;
 padding: 0px;
 margin: 0px;
}

h5 {
 font-size: 13px;
 font-weight: bold;
 background-position: center center;
 font-variant: normal;
 color: #330000;
 padding: 0px;
 margin: 0px;
}

a:link {
 color: #0000ff;
}

a:visited {
 color: #0000ff;
}

a:hover {
 color: ff00ff;
}
a {
 text-decoration: none;
}
a:hover{
text-decoration: underline;
}


B {
  font-size : 13px;
}

TD {
  font-size : 13px;
}




