/*Yobunny style sheet written by Anne Nichols of Astarte Web Design */

body 	{ 	background-color: #FBFBD3;
}

font	{ 	font-family: 'Bitstream Vera Sans', Verdana, Helvetica, Arial, sans-serif;
			font-style: normal; 
			color: #C00000; }

h1, h2, h3, h4, h5, h6
		{ 	font-family: 'Bitstream Vera Sans', Verdana, Helvetica, Arial, sans-serif;
		color: #C00000; }

a:link		{ color: blue; }

a:visited	{ color: purple; }

a:hover		{ color: green; }

.menu	{ 		background-color: #FBFBD3;
				width: 20%;
				height: 100%;
				float: left;
				font-size: 100%; 
				padding: 5px; }

.header		{ 	font-size: small; 
				color: #C00000; 
				text-align: center;}
				
#outer		{	width: 625px;
				background-color: #FBFBD3; 
				text-align: left; }
				
td.main		{ 	font-size: 100% ; 
				text-align: left ; 
				color: #404040;
				font-weight: 700;
				padding: 10px;	}

.footer		{ 	font-size: 75%; 
				text-align: left ; 
				color: #C00000;  }
}









