/* CSS Document */
html {
	height: 100%;
	}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	height: 100%;
	}
	
p, h1, a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #DBEDFF;
	}
	
a {
	font-size: 1em;
	color: #5C74A7;
	text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		}