@charset "utf-8";

body {
	font-family:Verdana;
	font-size:8pt;
	color:#000000;
	background: #CD8AA9;
 }

#content {
	padding:5px;
	width:500px; 
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin-top:50px;
	margin-bottom:10px;
 }

#nav {
	padding:5px;
	width:500px; 
	background-color:#FFFFFF;
	border:1px solid #000000;
 }

#nav a {
	display:inline-block;
}

h1 {
	font-family:Cambria;
	font-size:30pt;
	color:#000000;
	letter-spacing:-3;
	line-height:0px;
 }

a {
	color:#D75095;
	text-decoration:none;
	font-weight:bold;
 }

a:hover {
	color:#7A5C68;
 }


#test {width:100%; height:100px; text-align:center;}