.tablehead { background-color: BLUE }
.tablebody { background-color: #E6E6FA  }

.cell { vertical-align: bottom;
        text-align: center;
        font-family: arial;
        font-size: .7em;
}

.leftcell {        
        text-align: center; 
        font-family: arial;
        font-size: 1em;        
}
     

body { background-color: #330066;
       background-image: url("http://home.earthlink.net/~jasonbruce/pics/cloud.gif") 
}

.box {
	padding: 5px 5px;
	border: 1px solid #ccc;
	margin: 2px;
	background:#3366FF; color:fff;	
}

h1 { color: darkblue;
     font-family: arial }
h2 { color: black;
     font-family: arial; 
     }
h3 { color: black;
     font-family: arial;
     font-size: 1 em;
     }
h4 { color: darkblue;
     font-family: arial;
	 font-size:.9em; 
	 font-style:italic;
   }

h5 { color: darkblue;
     font-family: arial;
	 font-size: .9em; 
	 font-weight: darker;
	 line-height: 1.3 em;
     }

h6 { color: darkblue;
     font-family: arial;
	 font-size: .8em; 
	 font-weight: lighter;
	 line-height: 1.3 em;
     }

h7 { color: darkred;
     font-family: arial;
     font-size: 1em; 
     font-weight: darker;	 
     line-height: 1.3 em;
     }


a { text-decoration:none }
a:hover { background: burlywood }

A:link { color: darkblue }      
A:visited { color: darkblue }   
A:active { color: blue } 
