html,body{
	margin: 0;
	padding: 0;
	font-size:13px; 
	font-family:Verdana, Trebuchet MS, arial;
    background: black;
    color: white;
}

a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
    background: #999;
    //text-decoration: underline;
}

h1{
	margin: 0;
	font: 20px;
	font-weight: bold;
	color: #0F0;
	letter-spacing: -1px;
}
table {
background: #111;
color: #eee;
font-family: "Verdana", "Georgia", "Times", serif;
font-size: 1em;
line-height: 1.6em;
}

table caption {
font-size: 180%;
color: #eee;
padding: 0em;
font-family: "Verdana,Trebuchet MS", "Helvetica", "Arial", sans-serif;
font-weight: bold;
background: #222;
border: 2px solid black;
border-bottom-width: 0;
}

td, th {
padding: 0.1em;
border: 1px solid #eee;
vertical-align: middle;
}

thead th, tfoot th {
text-align: center;
}

tbody td, tbody th{
border-width: 0;
}

tbody tr {
background: #222222;
}

a:hover {
text-decoration: none;
}

tbody a:link, tbody a:visited {
color: #396;
}

.odd a:link, .odd a:visited {
color: #369;
}

tbody tr:hover {
background: #2b1d0e;
}

input {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #000000;
        border: 1px solid #000000;}

option {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #000;
        border: 1px solid #FFF;}

select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #000;
        border: 1px solid #000000;
        background-color: #FFF;}

textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #000000;
        border: 1px solid #000000;}

