body {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCFFFF;
	background-attachment: fixed;
	background-color: #000066;
	background-repeat: no-repeat;
	background-position: right bottom;
	clip:      rect(auto auto auto 50px);
	margin-top: 10px;
	margin-left: 40px;
	scrollbar-face-color: #CCFFFF;
	scrollbar-track-color: #FF9900;
	scrollbar-arrow-color: #000066;
	scrollbar-3dlight-color: #000066;
	scrollbar-highlight-color: #CCFFFF;
	scrollbar-base-color: #000066;
	scrollbar-darkshadow-color: #CCFFFF;
	scrollbar-shadow-color: #000066;



}

table {
	height: 100px;
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}
h1 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #CCFFFF;
	margin-left: 50px;
	word-spacing: 10px;
	clip:  rect(auto auto auto 50px);
	margin-top: 20px;


}
ul {
	list-style-position: outside;
	list-style-type: square;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FFD89D;
}
a:hover {
	color: #FFD89D;
}
a:active {
	color: #FFD89D;
}

