html {
	overflow: -moz-scrollbars-vertical;
	}

body {
	margin: auto;
	width: 780px;
	font-family: Verdana;
	background-color: black;
	color: white;
	padding-bottom: 35px;
	}

h2 {
	text-align: center;
	line-height: 1.5em;
	}
	
pre {
	font-size: 1.4em;
	}
p {
	margin: auto;
	padding-top: 10px;
	text-align: left;
	line-height: 1.5em;
	width: 625px;
	}

	
a {
	color: red;
	text-decoration: none;
	}

a:visited {
	color: #9a4141;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}

a img {
	border: none;
	}
	
#menu {
	margin: 25px auto 35px auto;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
        letter-spacing: .1em;
        font-family: Verdana;
        font-size: .7em;
        font-weight: bold;
        color: white;
        width: 780px;
        background-color: black;
        }

#menu ul {
        margin: 0px;
        padding: 1px;
        list-style-type: none;
        }

#menu li {
        display: inline;
        margin: 5px;
        }

#menu a {
        color: black;
        background-color: white;
        border: 1px red solid;
        padding: 4px 3px;
        margin: 0px;
        text-decoration: none;
        }

#menu a:hover {
        color: white;
        background-color: red;
        }

table {
	margin: auto;
	}

td {
	font-size: .8em;
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
	padding-left: 2px;
	}

table input {
	background-color: #3b3a3a ;
	color: white;
	border-bottom: 1px dotted red;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 3px;
	margin: 2px 0px 2px 0px;
	}
	
.submit input {
	border: none;
	background: url(../img/submit.gif) black;
	height: 38px;
	width: 104px;
	cursor: pointer;
	cursor: hand;
	}
	
.checkbox input {
	border: none;
	background-color: black;
	}

.ulist ul {
	list-style-type: none;
	}
	
.ulist li {
	margin: 10px auto 0 auto;
	width: 625px;
	}
	
.centered {
	text-align: center;
	margin-top: 50px;	
	}
.centered a:hover {
	text-decoration: none;
	color: white;
	}
	
	
	
