html {
  height: 100%;
}
body {
   font-weight: normal;
  font-size: 12px;
  font-family: Times New Roman, Times, serif;
  color: #0000FF;
  text-decoration: none;
  
  }

h1 {
  color: #CC0000;
  font-weight: bold;
  font-family: Times New Roman, Times, serif;
  font-size: 16px;
  }
  
h2 {
  color: #009;
  background-color: #CFC;
  font-size: 1em;
  padding: 5px;
}
a {
  font-weight: normal;
  font-size: 12px;
  font-family: Times New Roman, Times, serif;
  color: #0000FF;
  text-decoration: none;
}
a:active {
  color: #000099;
}
a:hover {
  color: #0000FF;
}
a:link {
  color: #000099;
}
a:visited {
  color: $000099;
}

.link_br {
  font-weight: normal;
  font-size: 12px;
  font-family: Times New Roman, Times, serif;
  color: #0000FF;
  text-decoration: none;
}
.subtitle {
  font-family: Comic Sans MS,Verdana,Arial,sans-serif;
  font-size: 14px;
  text-align: left;
  color: #96CC;
  padding: 0px 0px 2px 0px;
}
.bodytxt {
   font-weight: normal;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0000FF;
  text-decoration: none;
  
  }
.textbig {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CC0000;
}
.textmed {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CC0000;
}

.rig {
color: #CC0000;
font-weight:normal;
line-height: 14x;
font-family: Times New Roman, Times, serif;
font-size: 14px;
text-decoration: none;
}
.title1 {
color: #CC0000;
font-weight: bold;
line-height: 20px;
font-family: Times New Roman, Times, serif;
font-size: 20px;
}
.title2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0000FF;

}
ul {
  color: #009;
  background-color: none;
  font-size: 12px;
 list-style-type: none;
  width: 100%;
 }
ol {
  color: #009;
  background-color: none;
  font-size: 12px;
 list-style-type: none;
  width: 100%;
 }

