p, td{
 font-family: Arial, sans-serif;
 font-size: 12px;
}

a {
	color:#00a2ff;
}
a:hover {
	text-decoration:none;
}

.menu{
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: #000000;
 text-decoration:none;
}

.menu:hover {
	color:#E77817;
}

.highlight {
	color: #E77817;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content ol, #content ul {
	margin-left:30px;
	margin-bottom:7px
}
#content li {
	margin-bottom:5px;
}
#content table {
	margin-bottom:7px;
}
#content table td, #content table th {
	color:#FFFFFF;
	border-bottom:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
}
#content table td {
	background-color:#3d3d3d;
	padding:4px;
}
#content table th {
	background-color:#ed984e;
	padding:6px;
}

