.layout {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: ;
} 
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	cursor: pointer;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-color: #000000;
}
