/* 22/02 2010 */

body {
	background: #000;
	margin: 0;
	overflow: no;
	color: #666;
}

p {
	font: 14px Georgia,serif;
}

a:link,a:visited {
	color: #666;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:hover, a:active {
	color: #600;
	border-bottom: 1px solid #600;
	text-decoration: none;
}