body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #1f1f1f;
	color: #c0c0c0;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: white
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}
.section {
	font-weight: bolder;
	color: #707070;
	font-size: 12px;
}
td {
	text-align: left;
}
