/* Style sheet for the Capitol Steps web site.
   Last revision: 4/22/2006
*/

body {
   background: white;
   font-family: arial, sans;
   color: black;
   }

a:link {
   color: #0000CC;
   }
   
a:visited {
   color: #D60000;
   }
 
 a:hover {
   color: #FF0000;
   }
   
a:active {
   color: #990000;
   }
   
h1,h2,h3,h4,h5,h6 {
   color: #D60000;
   }
   
h1 {
   font-family: Garamond, "Times New Roman", serif;
   }
   
h2,h3,h4,h5,h6 {
   font-family: verdana, helvetica, sans;
   }


dt {
   color: #D60000;
   font-family: verdana, helvetica, sans;
   font-weight: bold;
   }

p, dd, ul, ol, li, table {
	font-family: arial, sans;
	}


pre { font-family: monospace; }


/* Style definitions */

.nav {
   font-size: 75%;
   }
   
strong.lede {
   color: #d60000;
   text-transform: uppercase;
   }
   
.listing {
	font-family: arial, sans;
	font-size: 75%;
	}
	
.tight {
   margin-top: 0;
   }
   
