﻿#links a {
	display: block;
	margin: 0px 0px 20px 0px;
	padding-bottom: 5px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	border-bottom: thin solid orange;
	text-decoration: none
}
			 
#links a:hover     {
	color: yellow;
}
			
#links a:visited   {
	color: orange
}
			 
#body h3    {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: orange;
}
			
#thisWeek td   {	
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#thisWeek th   {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-bottom: thin solid orange;
}
	       
address     {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: normal;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: orange;
	text-transform: lowercase;
	font-style: normal;
	padding-top: 5px;
}

#links      {
	background-color: black;
	color: white;
	text-align: center;
	height: 980px;
	width: 150px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: orange;
	border-right-color: orange;
		    }

#maintable  {
              border: solid orange 4px;
			  height: 1000px
            }

#bodyTable  {
	border-top: solid orange 4px;
	margin: 0px 0px 0px 0px;
            }

blockquote, p   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

span     {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
