/*  Style Sheet   styles.css
8/18/2005 glc 
includes styles for menu
*/


a:link {color: blue }
a:active {color: red }
a:visited {color: magenta }

body {background-color: white; }

div.bottom {  padding: 3px; text-align: center; background: lightblue;}
div.left {text-align: left;}

caption, div.caption { font-size: 130%; font-weight: bold; }
col#desc {background: lightgrey; }

h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif }


th { font-size: 120%; background: lightblue;}
th, tfoot{ border: thin solid black; text-align: center; }

table { width: 95%; border-width: 0px; border-style: none;  }
table.banner {width: 95%; border-width: 0px; border-style: none; 
            background: lightblue; text-align: right; }
table.border {border-width: 2px; text-align:left;}

tbody, td { font-size: 110%; border-width: 0px; border-style: none; text-align: center;}
td, th, caption { padding: 4px; }
td.border { border: thin solid black; }
td.left { font-size: 110%; border-width: 0px; border-style: none; text-align: left;}
td.logo { font-size: 300%; font-family: serif, Arial, Helvitica,sans-serif; font-style: italic}
td.title {font-size:200%; font-family: serif, Arial, Helvitica, sans-serif; font-style: italics}

           
p.indent { text-indent: 2em; }



