BODY {
	;
	font-family : Comic Sans MS;
	font-size : .8em;
	background : #9932CC;
}
A {
	color : #FFFFFF;
}
A:HOVER {
	color : #FF0000;
}
div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 650px;
}
div.content {
	position: relative;
	top: 5px;
	left: 45px;
	width: 65%;
	text-align: left;
}
div.menu {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 200px;
	border-left-color : #FFB6C1;
	border-left-style : ridge;
	border-left-width : thin;
	border-right-color : #FFB6C1;
	border-right-style : ridge;
	border-right-width : thin;
	border-spacing : 10px;
	border-bottom : thin ridge #FFB6C1;
	border-right : thin ridge #FFB6C1;
	border-top-color : #FFB6C1;
	border-top-style : ridge;
	border-top-width : thin;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	}
h1 {
	font-family: "Comic Sans MS", serif;
	font-size : 1.5em;
	color: red;
	text-align: center;
}
.copy  {
	font-weight : bold;
	text-align: center;
}
