/* CSS Document */
table {
width: 90%; margin: 0; 
}

body{
	background-color: #000000;
		margin-top: 0px; 
		margin-right: 0px; 
		margin-bottom: 0px; 
		margin-left: 0px; 
	
}

td {
     background: 
    #9f5f9f;
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 

	}
	

tr td#crumbs {background: #E47833; font-size: 99%;}

        tr td#crumbs a:link  {color: black;}
	tr td#crumbs a:visited {color: yellow;}
	tr td#crumbs a:hover {color: white; background: blue;}
	

	
 a:link {color: white; text-decoration: none;}
a:visited {color: yellow; text-decoration: none;}
a:hover {color: yellow; background: blue;}

.holiday {background: white;}	
	
	


p#credits {font-size: 75%; color: black;}
 
p {margin-right 345px; margin-left: 45px; }