/* standard PDG CSS
modeled after www.camalott.com/~jtpolk
thanks Jim Tom */


h1, h2, h3, h4, h5, h6 
{
font-family: "Arial", "Helvetica", sans-serif;
color: #009900;
}

body 
{  
background-color: #FEF3D8;
}

p 
{
line-height: 120%;
}

address 
{
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-style: normal;
}

li 
{
line-height: 110%;
}

blockquote 
{ 
font-weight: bold;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
color: maroon; 
}

/*links*/
a:link {color: #990000}     /* unvisited link */
a:visited {color: #009900}  /* visited link */
a:hover {color: #660000}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

