html {
	height: 100%;
}
a:link, a:visited {
	color: #ffffff; text-decoration: underlined;
}

a:hover {
	color: red;	text-decoration: underlined;
}
body {
	height: 100%;
	padding: 0px;
	font-family: Times-new Roman;
	font-size: 10px;
	color: #ffffff;
	background: #000;
	
}
