.normal     { color: #000000; background: transparent; 
               font-family: arial, geneva, "Times New Roman", serif;}
.view        { color: #000000; background: transparent; 
               font-family: arial, geneva, "Times New Roman", serif; 
               font-weight: bold;}
.medium { color:#000000; background: transparent; 
					font-size: 80%; 
					font-family: arial, geneva, "Times New Roman", serif; 
					font-weight: bold;}
.small { color:#000000; background: transparent; 
					font-size: 70%; 
					font-family: arial, geneva, "Times New Roman", serif; 
					font-weight: bold;}
.red { color:#990000; background: transparent; 
					font-size: 80%; 
					font-family: arial, geneva, "Times New Roman", serif; 
					font-weight: bold;}					
big   { color: #000000; background: transparent;  
               font-family: arial, geneva, "Times New Roman", serif; 
               font-weight: bold; }
strong       { color: #000000; background: transparent;  
               font-family: arial, geneva, "Times New Roman", serif; 
               font-weight: bold; }
p { color: #000000; background: transparent; font-family: arial, geneva, "Times New Roman", serif; }

h1,h2,h3,h4 { color: #000000; background: transparent; font-family: arial, geneva, "Times New Roman", serif; }

A:link {text-decoration:  underline; color: #0000ee}
A:active {text-decoration: none; color: #000000}
A:visited {text-decoration: underline; color: #000099} 
A:hover {text-decoration: none; color: #006633} 

@media print {
  BODY { background: white; color: black }
  .view { font-family: "Times New Roman", serif }
  .small { font-family: "Times New Roman", serif }
  .big { font-family: "Times New Roman", serif }
  .strong { font-family: "Times New Roman", serif }
  P { font-family: "Times New Roman", serif }
}