/* BODY */
body {
	background-color: #565656
}

/* LINKS */
a:link {
	color: #A0A0A0;
	text-decoration:none
}
a:visited {
	color: #A0A0A0;
	text-decoration:none
}
a:hover {
	color: #ffcc00;
	text-decoration:bold
}
a:active {
	color: #FFFFFF;
	text-decoration:none
}

/* PARAGRAPHS */
p {
	font: 10pt Tahoma
}

/* LISTS */
ul,ol,dl {
	font: 10pt Tahoma
}

/* TABLES */
table {
	font: 10pt Tahoma
}