/* CSS Document */

body {
	background-image:  url(images/grymarb.gif);
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.top {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	display: block;
}
a:hover.top {
	color: #FFFF99;
	text-decoration: underline;
}
a {
	color: #FFFFCC;
	text-decoration: none;
}
h1 {
	color: #FFFFCC;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
li a{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	background-color: #000000;
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding: 3px;
}
li {
	list-style-type: none;
}
li a:hover {
	background-color: #400000;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}a.black {
	color: #000000;
	text-decoration: none;
}

