
/*  StyleSheet to format file results.htm  */
/*  Created 2007.01.12  */
/*  CSS Editor: Style Master V 4.6.0  */

h1 {font-size: 120%;}

h2 {
font: 140% bold "Brush Script MT", "Comic Sans MS", sans-serif;
color: #800000;
}  
  
.olb {
margin-left: 36px;
} 
 
ol li {
font: 110% bold "Comic Sans MS", sans-serif;
color:blue;
text-align: left;
}  
  
p.a {
font: 110% bold Courier, "Courier New", sans-serif;
color:black;
text-align: left;
list-style-type: none;
}  
  
table.a {
font: 110% bold Helvetica, Helvetica, sans-serif;
color: #000000;
border-style: solid;
background-color: #f9f;
}  
table.b {
width: 90%;
color: #f8c473;
}
table.c {
width: 90%;
color: #66ffff;
}
td.ctr {
text-align: center;
}  
  
ul.oust {
font: 110% bold "Comic Sans MS", sans-serif;
color: black;
text-align: left;
margin: 0 0 0 98px;
}  
  
.bkg {
text-align: center;
background-color: #fc6;
}  
  
.uline {
font-weight: normal;
color: red;
text-decoration: underline;
}