html {
bgcolor: #ffffff;
margin : 0; 
padding : 0; 
} 

body {
bgcolor: #ffffff;
margin : 0; 
padding : 0; 
} 

.big { color: #a0a0a0; font-size: 25pt; font-family: 'Arial Narrow', Arial, Garamond, Verdana, 'Century Gothic', Sans-Serif, Courrier, 'Times New Roman', Impact }
.medium { color: #a0a0a0; font-size: 20pt; font-family: 'Arial Narrow', Arial, Garamond, Verdana, 'Century Gothic', Sans-Serif, Courrier, 'Times New Roman', Impact }
.normal { color: #909090; font-size: 10pt; font-family: Verdana, Arial, Sans-Serif, Courrier, 'Times New Roman' }

A {color: #909090; text-decoration: none;}
A:visited {color: #909090; text-decoration: none;}
A:active {color: #909090; text-decoration: none;}
A:hover {color: #909090; text-decoration: underline;}

hr.hr1 
{
border-top: 2px dashed #b0b0b0;
border-bottom: 1px solid #b0b0b0;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
color: #ffffff;
background-color: #ffffff;
height: 8px;
noshade;
}

hr.hr2
{
border-top: 1px solid #b0b0b0;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
color: #ffffff;
background-color: #ffffff;
height: 2px;
noshade;
}