/** 
	Style Sheet for www.dinesh.com. Please feel free to use it if you
	want to.
*/
BODY{
  font-family:"Arial","verdana","helvetica","sans-serif";
  font-size:12px; 
  text-indent:0px;
  line-height:20px;  
  margin-top:10px; 
  margin-bottom:10px;
  background-color: white;
  color: black;  
}
p{
  font-family:"Arial","verdana","helvetica","sans-serif";
  font-size:12px; 
  text-indent:0px;
  line-height:20px;  
  margin-top:10px; 
  margin-bottom:10px;
  background-color: white;
  color: black;
}
LI{
  font-family:"Arial","verdana","helvetica","sans-serif";
  font-size:12px; 
  text-indent:0px;
  line-height:20px;  
  margin-top:10px; 
  margin-bottom:10px;
  background-color: white;
  color: black;  
}

//Headers
H1{
  font-family:"arial","verdana","helvetica",sans-serif; font-size:18px;
  font-weight:400; color:#0000FF;
}
H2{
  font-family:"arial","verdana","helvetica",sans-serif;
  font-size:22px; font-weight:700; color:#000000;
}
H3{
  font-family:"arial","verdana","helvetica",sans-serif;
  font-size:14px; font-weight:bold; color:#000000;
}
H4{
  font-family:"arial","verdana","helvetica",sans-serif;
  font-size:11px; font-weight:100; color:#000000;
  text-decoration:underline; text-indent:5px;
}
H5{
  font-family:"arial","verdana","helvetica",sans-serif;
  font-size:11px; font-style:italic; font-weight:300;
  color:#000000;text-indent:10px;
}


A:link{
  font-family:"verdana","arial","helvetica","sans-serif";
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}
A:visited{
  font-family:"verdana","arial","helvetica","sans-serif";
  font-size:11px;  font-weight:normal;
  text-decoration:none;
}
A:active {
  font-family:"verdana","arial","helvetica","sans-serif";
  font-size:11px;  font-weight:normal;
  text-decoration:none;
  color:#FF0000;
}
A:hover {
	color:#339999;
        text-decoration:underline;
}

.gold-link{
  font-family:"verdana","arial","helvetica","sans-serif";
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  color:#E7C240
}

.copyright{
  font-family:"verdana","arial","helvetica","sans-serif";
  font-size:10px;  font-weight:300; color:#0000FF;
}
