/* CSS Document */
body {
   background-color: white;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12pt;
   color: black;
   margin: 0;
   padding: 30px;
   width: 700px;
   }
   
p	{
   font-size: 12pt;
   color: black;
}

h1{
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	}

h2{
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
/*a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
a[href^="/"]:after {
   content: " (http://www.farmersinsuranceopen.com" attr(href) ") ";
   }*/