/* style sheet for Beth's website   JBL  09/12/09 */

body {
   font-family: arial,helvetica,sans-serif;
   font-size 100%;
   color: #ffffcc;
   background-color: #003333; }

/* old colors
	link="#66cc99"
	vlink="#66cc99"
	alink="#00ccff">
*/

table.header {
	color: #cccccc;
	font-size: 200% ; }


a:link { color: #99ffcc; }  /* for unvisited links */
a:visited { color: #99ffcc; } /* for visited links */
a:active { color: #99ffcc; } /* when link is clicked */
a:hover { color: #00ff00; } /* when mouse is over link */

table.menu {
	color: #ffffcc;
	background-color: transparent ;
	font-size: 85% ;
	word-spacing:2px ;
	text-align: center ;}
a.menu { text-decoration: none; }

p.footer {
   font-size: 85% ; 
   color: #ffffcc;
   text-align: center }
table.footer {
	color: #ffffcc;
	background-color: transparent ;
	font-size: 90% ;
	word-spacing:2px ;
	text-align: center ;}
a.footer { text-decoration: none; }

