/* Style sheet for the Capitol Steps web site
   Styles for the "Lirty Dies" pages 
   Last revision: 4/22/2006
*/

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


a:link {
   color: #aaaaaa;
   }
   
a:visited {
   color: #999999;
   }
   
a:hover {
   color: #FFFFFF;
   }
   
a:active {
   color: #990000;
   }

h1,h2,h3 {
   color: #333333;
   }

.lirty {
   background: white  url(/images/bg-lirty.gif) ;
   }
   
   
p {
   font-size: 80%;
   }
   
h1 {
   font-family: Garamond, "Times New Roman", serif;
   font-size: 150%;
   }
   
h2,h3,h4,h5,h6 {
   font-family: verdana, helvetica, sans;
   }

	
strong.lede {
   color: #FFFFFF;
   text-transform: uppercase;
   }
   
