* {
	margin: 0; 
	padding: 0;	
	font-family: arial, helvetica;
	}

html, body {
	height: 100%;
	}


body {
	background-color: #000;
	overflow: hidden; 
	color: #555; 
	font-size: 100%;
	}
	
p {
	line-height: 140%;
	}
	
h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }
h5 { font-size: 85%; }
p, ul, ol, td { font-size: 80%; }

h1, h2, h3 {
	margin-top: 20px;
	line-height: 160%;
	}
p {
	margin-bottom: 20px;
	line-height: 160%;
	}

div#outer {
	height: 100%;
	overflow:auto;
	background-color: #fff;
	}
	
div#inner {
	padding: 40px;
	width: 500px;
	}

a {
	color: #000;
	}