﻿html, body
{
    height:100%;
    background-color: #261;
    font-family: Trebuchet MS;    
}

.green
{
    color: #261;
}

.MasterTable
{
  background-color:White;
  width:800px; 
  height:95%;      
}

.border
{
    border:solid 3px #261;
}
/* Navigation Styles */
.navigation 	
{   
    float:left;
	position:relative;
	left:50%;
	text-align:left;
}
.navigation ul {
	list-style-type: none;
	position:relative;
	left:-50%;
	margin:0;
	padding:0;
}
.navigation li {
	float: left;
	
}
.navigation a 
{
    position:relative;
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
.navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
