html {
			height: 100%;
			margin: 0;
			padding: 0;
		}
		
		body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffd504;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
		}
		
		#bodyframe {
			width: 637px;
			height: 282px;
			border: none;
			overflow: hide;
		}
a:link {
		color: #000000;
		text-decoration: none;
		}
		
a:hover {
		color: #000000;
		text-decoration: underline;
		}

a:visited {
		color: #000000;
		text-decoration: none;
		}
		
a:visited:hover {
		color: #000000;
		text-decoration: underline;
		}