html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#e5f3f6; /*color background - only works in IE */
	font-family:arial;
	font-size:12px;
	color:#000000;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:auto; /*get rid of scroll bars in IE */
	font-family:arial;
	font-size:12px;
	color:#e5f3f6;
	background-color:#e5f0f2;
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
}
table,td,tr{
	font-family:arial;
	font-size:12px;
	color:#000000;
}
.mylinks{
	text-decoration:none;
	color:#000000;
}
.mylinks:hover{
	text-decoration:none;
	color:#885500;
}
.floatlinks{
	color: #000000;
	text-decoration: none;
}
.floatlinks:hover{
	color: #885500;
	text-decoration: none;
}
.floatlinks:visited{
	color: #000000;
	text-decoration: none;
}