body {
font-family: Comic Sans MS,Tahoma, Verdana, sans-serif;
color: #8080FF;
background-color: #000000;
}

A:link, A:visited, A:active {
color: #FFFFFF;
font-weight: 700;
text-decoration: none;
}

A:hover {
background-color: #F71010;
color: #FFFFFF;
}

h1 {
font-weight: 700;
text-decoration: underline;
color: #F71010;
}

h2 {
font-size: 120%;
font-weight: 700;
text-decoration: underline;
color: #F71010;
}

.bigtext {
font-size: 120%;
font-weight: 700;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #000000;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #F71010;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #F71010;
	background-color: #000000;
	-moz-border-radius: ;
}

table.sandwiches {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #000000;
}
table.sandwiches th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #F71010;
	background-color: white;
	-moz-border-radius: ;
}
table.sandwiches td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #F71010;
	background-color: #000000;
	-moz-border-radius: ;
}

 #bottom_nav {
 font-size: 80%;
 clear: both;
 text-align: center;
 width: 800px;
 border-top: 1px dashed #F71010;
 border-bottom: 1px dashed #F71010;
 padding: 1em;
 }
