/* MAIN */

body {
	background-color: #000;
	color: #ccc;
	font-size: 90%
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff0;
	text-decoration: underline;
}


a:active {
	color: #f60;
	text-decoration: underline;
}

hr {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #666;
	height: 1px;
}

img {
	border: 1px;
	border-style: solid;
	padding: 2px;
}