/* CSS Document */
body {
	text-align: center;
	background-color: #CCCC99;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
}

body a:link {
	color: #FFCC00;
	text-decoration: none;
}

body a:visited {
	color: #FFCC00;
	text-decoration: none;
}

body a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

body a:active {
	color: #FFCC00;
	text-decoration: none;
}
.container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-color: #CC9966;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

.h1 {
	font-size: x-large;
	font-weight: bolder;
	background-position: top;
	color: #993300;
}

.h2 {
	font-size: medium;
	font-variant: normal;
	color: #000000;
	font-weight: bold;
}

.p {
	font-size: small;
	color: #000000;
}

.info {
	color: #0000CC;
	font-size: small;
}
S
