html {
}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
	color: rgb(255, 255, 0);
	background-color: black;
	background-image: url("img/dscn0051.jpg");
	border-color: rgb(255, 255, 0);
	font-weight: bold;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

em {
	font-style: italics;
	text-transform: uppercase;
}

table {
	margin-left: 20%;
	margin-right: 20%;
	padding-right: 20%
}

tr {
	text-align: left;
}

th {
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.third {
	width: 33%;
}

a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: inherited;
	text-decoration: underline;
	font-weight: inherited;
}

a:hover {
	color: black;
	text-decoration: underline;
	font-weight: inherited;
}

a:active {
	color: blue;
	text-decoration: underline;
	font-weight: inherited;
}

div.menu {
	float: right;
}

