h1 {
	font-size: x-large;
	color: #CC0000;
	font-weight: normal;
}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:hover {  text-decoration: underline}
a:link:hover { text-decoration: underline}
h5 {
	line-height: 1px;
}
body {
	background-color: #33CCFF;
	color: #000000;
}

.left {
	visibility: visible;
	width: 50%;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}
.right {
	width: auto;
	left: 50%;
}
