body {margin:0px; background-color:#f1fafa;}
p 
	{font-family: verdana, tahoma, helvetica, sans-serif;
	align: left;
	font-size: 120%;
	color: black;}

h1
	{font-family: arial, tahoma, helvetica, sans-serif;
	align: center;
	font-size: 300%;
	color: blue;
	font-weight: bold;}

h2 
	{font-family: arial, tahoma, helvetica, sans-serif;
	align: center;
	font-size: 200%;
        color: blue;
	font-weight: bold;}

h3 
	{font-family: arial, tahoma, helvetica, sans-serif;
	align: center;
	font-size: 300%;
        color: black;
	font-weight: bold;}

h4
	{font-family: arial, tahoma, helvetica, sans-serif;
	align: center;
	font-size: 200%;
	color: black;
	font-weight: bold;}

h5 	
	{font-family: arial, tahoma, helvetica, sans-serif;
	align: center;
	font-size: 80%;
	color: white;
	font-weight: bold;}

h6 	
	{font-family: verdana, tahoma, helvetica, sans-serif;
	align: left;
	font-size: 80%;
	color: blue;}

h7	
	{font-family: verdana, tahoma, helvetica, sans-serif;
	align: left;
	font-size: 400%;
	color: red;}

a 
	{font-family: verdana, arial, helvetica, sans-serif;
	color: #dd0000;
	font-size: 130%;}

        a:link {text-decoration: underline; color: red}
        a:visited {text-decoration: none; color: green}
        a:active {text-decoration: none}
        a:hover {text-decoration: underline; color: goldenrod}

.top, .top TD, .top TH
	{
	height:90px;
	background-color:blue;
        align:right;
        border:0px;
	}

.menu, .menu TD, .menu TH
	{
	width:160px;
	background-color:blue; 
        border:0px;
	}

.content, .content TD, .content TH
	{
	width:800px; 
	background-image:url('/graphics/ScoreBook.jpg');
	background-color:white;
	}

.foot, .foot TD, .foot TH
	{
        height:20px;
	background-image:url('/graphics/bottom.gif');
	background-color:blue;
        border:0px;
	}

.side, .side TD, .side TH
	{
        width:1px;
	background-color:blue;
        border:0px;
	}

.sched, .sched TD, .sched TH
	{
	width:800px; 
	}

.tbox, .tbox TH, .tbox TD
        { 
        font-family: verdana;
        font-weight: normal;
        font-size: 14px;
        color: #000000;
        width: 600px;
        border: 1px #ffa500 solid;
        padding: 4px;
        }

.info, .info TD
        { 
        font-family: verdana;
        font-weight: normal;
        font-size: 14px;
        color: #000000;
        width: 760px;
        background-color:white;
        border: 1px #0000fe solid;
        padding: 4px;
        }

.info TH
        { 
        border: 2px #000000 solid;
	background-color:blue;
        text-align: center;
        font-family: verdana;
        font-weight: bold;
        font-size: 14px;
        color: #ffd700;
        padding: 4px;
        }



