body
	{
	background-color: #fbf0da;
	}

#main
	{
  	position: absolute; 
	top: 100px; 
	left: 50%;
	margin-left:-175px;
	width: 350px;
	padding: 15px;
	border: 6px solid #c3ba9b;
	text-align: center;
	}

a:link		{ color: brown; }
a:visited	{ color: #bba569; }
a:hover		{ text-decoration: underline; }
a:active	{ color: red; }


h1, h3
	{
	font-family : Tahoma, serif;
	font-weight: normal;
	color: #bba569;
	}

p
	{
	text-align: center;
	}


textarea	
	{
	border: outset 1px black;
	background-color: #c3ba9b;
	}
