/*  Main style sheet					*/
/*  Written by Al Harlow   				*/				

body { font-family: arial;
	   color: blue;
	   background-color: white; }       
	   
.heading { background-color: #FFFFFF; text-align: center; }
   
.menubar a:hover { color: red; }

/*  Used by Javascript to highlight table rows on mouseover  */
.highlight { background-color: #FFE7C6 !important;	}
	
/*  Used by Javascript for accordian panels */
#accordion h5 {	background-color: #e6e6ff; }


#alert { color: red; }
   
h1, h2, h3, h4, h6 { font-family: arial, sans-serif; }
h1 { text-align: center; }

p { margin: 0em;
    padding: .3em;
    text-align: left;
    font-size: 12;
    font-family: Arial, sans-serif;
     }

.b1 { border: 1px solid blue; }