/* the name of this file is poems_styles1.css */

* { background-color:#FFFFFF; color:#0000CC; 
	  font-family: Times, New York, serif; font-size: 12pt; 
	  font-style: normal } 

a, address, blockquote, body, caption, center, 
dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6,
li, menu, ol, p, td, th, ul
	{ background-color:#FFFFFF; color:#0000CC; 
	  font-family: Times, New York, serif; 
	  font-size: 12pt; 
	  font-style: normal;
   margin-top: 12px; 
	  margin-bottom: 12px;
	  margin-right: 12px; 
	  margin-left: 12px
   }

hr { background-color:#FFFFFF; 
     color:#9999FF}

/*heads*/
      h1 { color:#99CCFF; font-size:24pt; margin-top: 10px; margin-bottom: 10px}
    	h2 { color:#99CCFF; font-size:20pt }
    	h3 { color:#999999; font-size:18pt }
    	h4 { color:#666666; font-size:12pt }

/*tables*/
td {color:#0000CC; background-color:#99CCFF}
td li {color:#0000CC; background-color:#99CCFF}
td ul {color:#0000CC; background-color:#99CCFF}
td a {color:#0000CC; background-color:#99CCFF}
    	
/* lists*/
 ol   {margin-left:1em}
	ol li {list-style: decimal}
	ol ol li {list-style: lower-alpha}
	ol ol ol li {list-style: lower-roman}
 ul   {margin-left:1em}
	ul li {list-style-type: square}
	ul ul li {list-style-type: disc}
	ul ul ul li  {list-style-type: circle}
 
/* links*/
a {font-weight:bold; 
   margin-top: 0px; margin-bottom: 0px;
   margin-left: 0px; margin-right: 0px
   }
a:link { color:#3300CC; text-decoration: none }
a:visited { color:#006699; text-decoration: none }
a:hover { color:#006699; text-decoration: underline }    
a:active { color:#006699; text-decoration: underline }    
a:focus { color:#006699; text-decoration: underline } 

/*classes*/
.author {font-style: italic; color:#99CCFF}
.actor {font-weight: bold}
.indent {margin-left: 20px}
.center {text-align: center}
.bold   {font-weight: bold}
.italic {font-style: italic}
.normal {font-weight: normal; font-style: normal}
.catcheye {background-color:#99CC99}
.lightback {background-color:#99CCFF}
.mediumback {background-color:#CCCCCC}

