body {
    background-color: #252525;
	color: #efefef;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}

#logo {
	background: #252525;
	padding: 5px 0;
	border-bottom: 1px solid #263c30;
	text-align: center;
}

table {
    border-collapse: collapse;
    background-color: #252525;
}

table th {
    background-color: #000000;
	white-space: nowrap
}

table td {
	white-space: nowrap
}

table tr:nth-child(1n+2) {
	background-color: #252525;
}
table tr:nth-child(2n+3) {
	background-color: #585858;
}

#back {
    background-color: #FF0000;
    width:50%;
}

a:link {
    color: #0072bf;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

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


