.myNewStyle {
font-family: sans-serif ;
color: "#ffffff";
font-size: 12px;
font-weight:bold;
text-indent:20px;
} 

.mystyle2{
font-family: sans-serif ;
color: "#ffffff";
font-size: 12px;
font-weight:bold;
text-indent:200px;
} 


.style3 {
font-color : "#ffffff";
 font-size: 14px; 
 font-weight: bold;
  text-indent:200px;}


.style4 {
font-color :"#660000";
 font-size: 14px; 
 
  text-indent: 50px;}



A.style1:link {text-decoration:underline; color:#660000; font-weight: bold}
A.style1:visited {text-decoration: none}
A.style1:active {text-decoration: none; color:#660000}
A.style1:hover {text-decoration: underline;   color: black; background:#a9a9a9}



a.style3:link {
color: white;
  text-decoration:underline;

}
a.style3:visited { 
color: white; 
text-decoration: none;

}
a.style3:hover {
color: white; 
text-decoration: none;

} 
a.style3:visited  {
color: white;
text-decoration: underline;


ul.style5 
{
list-style-image: url('image/red2.gif')
}




.style4 {font-family :arial, helvetica; 
   font-size :14px; 
   font-weight :bold;
   color : #660000;
   text-indent: 215px;}
   
   
   