.top {  position: absolute; height: 200px; width: 400px; left: 50px; top: 10px; }

.side {
	position: absolute;
	z-index: 1;
	width: 120px;
	left: 50px;
	top: 220px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: .75em;
	border-color: #660066 #660066 black black;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.main {
	position: absolute;
	width: 270px;
	left: 180px;
	top: 220px;
	text-align: justify;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-color: black #660066;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: .75em;
}

body {  color: #660066; background-color: #FFFFFF}

a:hover {  text-decoration: underline}
a:link {  color: #6633CC; font-weight: bold; text-decoration: none}
a:visited {  color: #663366; font-weight: bold; text-decoration: none}
