@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px; 
	padding:0px;
	width: 100%;
	height:100%; 
	overflow: auto;
}

a:link {text-decoration: underline; font-weight: bold; color: #666; font-size: 10px;}
a:visited {text-decoration: underline; font-weight: bold; color: #666; font-size: 10px;}
a:hover {text-decoration: underline; font-weight: bold; color: #CCC; font-size: 10px;}
a:active {text-decoration: none; font-weight: bold; color: #999; font-size: 10px;}

h1 {font-size:12px}
p {font-size:10px}

#html
{
	position: absolute;
	width: 100px;
	height: 100px;
	margin-left: -3000px;
}
