/* CSS Document */
body.index {
    background-color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image : url(images/background.gif);
	font-size: 14px;
	color: #D7C49C;
	}
p.index {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p.small {
	font-size:9px;
	font-style:italic;
}
h1.header{
	font-family:Vivaldi; 
	font-size:50px;
}
a:link {
	font-size: 14px;
	color: #D7C49C;
}
a:visited {
	font-size: 14px;
	color: #D7C49C;
}
a:hover {
	font-size: 14px;
	color: #D7C49C;
}
p.bottom a:active {
	font-size: 18px;
	color: #D7C49C;
}
p.bottom a:link {
	font-size: 20px;
	color: #D7C49C;
}
p.bottom a:visited {
	font-size: 20px;
	color: #D7C49C;
}
p.bottom a:hover {
	font-size: 20px;
	color: #D7C49C;
}
h2.bottom a:active {
	font-size: 34px;
	color: #D7C49C;
	font-family: Vivaldi;
}
h2.bottom a:link {
	font-size: 34px;
	color: #D7C49C;
	font-family: Vivaldi;
}
h2.bottom a:visited {
	font-size: 34px;
	color: #D7C49C;
	font-family: Vivaldi;
}
p.bottom a:hover {
	font-size: 34px;
	color: #D7C49C;
	font-family: Vivaldi;
}
td.black {
	font-size: 18px;
	color: white;
	background: black;
}
td.gray {
	font-size: 14px;
	color: black;
	background: #d3d3d3;
}
#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #D7C49C;
	color: #000;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #000;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #948254;
	border-right: 10px solid #E6D2A9;
	background-color: #D7C49C;
	color: #000;
	text-decoration: none;
	width: 100%;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	border-left: 10px solid #948254;
	border-right: 10px solid #E6D2A9;
	background-color: #C0AB7B;
	color: #000;
}
a img {border: none; }


