body {
background-color: #F8F8F8; 
margin: 10; 
padding: 10; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px; 
color: #787878; 
scrollbar-base-color: #C1C89B; 
scrollbar-arrow-color: white; 
}

h1, h2, h3, h4, h5, h6 {
font-size: 13; 
margin: 0; 
display: inline; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
}

a {
text-decoration: none; 
border-bottom: 1px dotted #999999; 
color: #008000; 
}

a:hover {
color: #0033CC; 
}

hr.tan { 
color : #fff; 
background-color : #fff; 
border : 2px dotted #DCDCCD; 
border-style : none none dotted; 
} 

hr.gla {/*the border*/
border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:2px dashed #000; width: 100%; 
height: 2px; 
} 

hr.ora { 
color : #fff; 
background-color : #fff; 
border : 2px dotted #FF8000; 
border-style : none none dotted; 
} 

hr.zel { 
color : #fff; 
background-color : #fff; 
border : 2px dotted #C1E160; 
border-style : none none dotted; 
} 
