<!--
/*body {
	background-color: #6AC4FF;
	background-image: url(/images/anotherbackground.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	scrollbar-base-color: #4AC6FF; 
}*/

html {
	margin: 0;
	height: 100%;
	background-image: url(/images/anotherbackground.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #6AC4FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	scrollbar-base-color: #4AC6FF;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

a:active {
	color: #000000;
}

h1 {
	font-variant: small-caps;
	font-size: 20px;
}

h2 {
	font-variant: small-caps;
	font-size: 15px;
}

ul {
	list-style-image: url(/images/apple.gif);
}

hr {
	border: 0;
	width: 80%;
	height: 1px;
	background-color: #FFFF00;
	color: #FFFF00;
}

input {
	border: 1px;
	border-color: red;
	border-style: inset;
}


#content {
	position: absolute;
	bottom: 95px;
	width: 350px;
	margin-left: 150px;
	height: 230px;
	overflow: auto;
	z-index: 2;
}

#content p {
	margin-right: 5px;
}

#logo {
	margin-left: 50px;
	position: absolute;
	bottom: 325px;
}

#Layer1 {
	position: absolute;
	left: 522px;
	bottom: 0px;
	width: 154px;
	height: 105px;
	z-index: 1;
}

#gts {
	position: absolute;
	bottom: 0;
	left: 470px;
	z-index: 0;
}

.highlight {
	background-color: #FFFFFF;
}
-->