body
{
	color					: white;
	background-color		: black;
	scrollbar-base-color	: black;
	scrollbar-arrow-color	: red;
}

a:link
{
	color					: white;
	font-weight				: bold;
}

a:visited
{
	color					: #CCCCCC;
	font-weight				: bold;
}

a:hover
{
	font-weight				: bold;
	color: #FF0000;

}

a:active
{
	color					: #ff6600;
	font-weight				: bold;
}

img
{
	border					: 0px;
}

