html {
     overflow: -moz-scrollbars-vertical;
}

body {
  background: #ffffff; 
  margin:5px; padding:5px; font-family:verdana; font-size:12px; color:#000000;
}

h1 {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #035675;
} 

a {
 font-family:Tahoma; 
 color: #003399;
 text-decoration: underline;
 font-weight: bold;
}
a:visited {
 font-family:Tahoma; 
 color: #003399;
 text-decoration: underline;
 font-weight: bold;
}
a:hover {
 font-family:Tahoma; 
 color: #DD0000;
 text-decoration: underline;
 font-weight: bold;
}
a:active {
 font-family:Tahoma; 
 color: #DD0000;
 text-decoration: underline;
 font-weight: bold;
}

br {line-height:20px;}

.subtitle {font-size:13px; color:#09245F; font-family:verdana; font-weight:bold;}
.title {font-size:14px; color:#035675; font-family:verdana; font-weight:bold;}
.tiny {font-size:11px; color:#035675; font-family:verdana;}

