* {
	font-family: tahoma, sans-serif;
	font-size: 11pt;
}
div#main {
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:848px;
}
div.linkbar {
	width:848px;
	height:20px;
	background-color:#DDD;
}
div.link {
	width:212px;
	text-align: center;
	float: left;
}
a {
	cursor: pointer;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
form {
	width:748px;
	height:330px;
	padding: 50px;
}
input.text {
	width: 350px;
}
textarea {
	width: 748px;
	height: 180px;
}
div.body {
	width:748px;
	height:330px;
	padding: 50px;
}