*{
	margin: 0;
	padding: 0;
	}
body{
	color: black;
	background: #c0b9dc;
	font-family: Comic Sans MS, Comic Sans, Verdana;
}

#container{
	width:900px;
	margin-left: 50%; 
	left: -450px; 
	position: relative; 
	background: #ffdaeb; 
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	top: 0;
	min-height:800px;
	font-family: Comic Sans MS, Comic Sans, Verdana;
	 }
#topnav{
	top:0:
	width:900px;
	}
img {
	border: 0px;
	}

#contentarea{
	padding-left: 50px;
	padding-right: 50px;
}

p{
font-size:14px;
font-family: Comic Sans MS, Comic Sans, Verdana;
/* font-weight: bold; */
width: 700px;
text-align: left;
}

a{
font-family: Comic Sans MS, Comic Sans, Verdana;
font-weight:bold;
text-decoration: none;
color:#662d91;
}

a:hover{
	color: #CB9AC7;
	}


