/*
   
   WildKat Productions Style Sheet
   Author: Kathleen McCafferty
   Date:   May 9, 2009

   Filename:   wkp.css
   Supporting Files: 

*/

body {background-color: white; color: black}

h1, h2, h3 {font-family: serif; color: red; text-align: center;
          font-variant: small-caps; 
		   }

#nav_list a {font: bold small-caps 2em serif; text-decoration:none; color: black; text-align: center}

#doc_nav a {font: bold small-caps 1.5em serif; text-decoration:none; color: black; text-align:center}

#nav_list li {
			   font-family: serif;
			   list-style-type: none;
			   margin: 0px;
			   padding: 0px 10px 0px 10px;
			   display: inline;
			   }
			   

#nav_list a:link {
   text-decoration:none;
   }
   
#nav_list a:visited {
   text-decoration:none;
      }
   
#nav_list a:hover {
   text-decoration:none;
   color: white;
   background-color: black;   
   }
   
