/*
 * $Id: style.css,v 1.2 2003/12/26 01:03:36 lackas Exp $
 */

body {
	color: #c6af13;
	background-color: black;
	font-family: Helvetica,sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

img {
	border-style: none;
}

a:link { color: silver; }
a:visited { color: gray; }
a:hover { color: white; background-color: transparent; }

table {
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    padding: 0;
}

h2 {
	background-color: #c6af13;
	color: black;
}


table.title {
	background-color: #c6af13;
	color: black;
	font-size: xx-large;
}

table.menu, td.content {
	background-color: #3a3705;
}

table.menu {
	width: 100%;
}

th.content, th.menu {
	background-color: #c6af13;
	color: black;
}

th.content {
	font-size: x-large;
	text-align: left;
}

th.menu {
	text-align: center;
}

td.menusep, td.sep {
	background-color: black;
}
