body {
	background-color: #990066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
}.header {
	background-image: url(images/header.gif);
	height: 154px;
	width: 464px;
	background-repeat: no-repeat;
}
.content {
	width: 780px;
	text-align: left;
}
h1 {
	padding: 10px;
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	font-size: 26px;
	color: #FFFF00;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
.menus {
	padding: 5px 0px 5px 5px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.maincont {
	padding: 10px;
}
.pic {
	border: 1px solid #FFFF00;
	margin: 5px;
}
