body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 50;
	margin-right: 50;
}
nav {
	font: bold;
	letter-spacing: 5px;
}
.border{
	border: 1 solid #7D1F00;
}
a:hover{
	text-decoration: underline;
	text-shadow: Gray;
}

td {
	font-size: 11px;
	color: #7D1F00;
}
h1{
	font-size: 25px;

}

th {
	background: Black;
	color: White;
	font-size: 12;
	text-transform: uppercase;
	text-align: right;
	font-style: italic;
}

input , select{
	background: Silver;
	color: #7D1F00;
	font-weight: bold;
	font-size: 10px;
}
.nav {
	background: Black;
	color: White;
}
a:active, a:focus, a:link, a:visited, a:visited.nav {
	font-weight: bold;
}

a:hover, a:hover.nav {
	color: Silver;
}




a {
	text-decoration: none;
	text-shadow: Gray;
}
hr {
	color: #FF6633;
}

