body {
	background-color: #c6c8c9;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 90%;
}

#red {
	color: #EE0505;
}

#blue {
	color: #578CFE;
}

#long {
	line-height: 20px;
}

p {
	font-size: 80%;
}

ul {
	font-size: 85%;
	list-style-type: circle;
}

li {
	font-size: 85%;
}

#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 2px solid #578CFE;
	border-bottom: 2px solid #578CFE;
	border-right: 2px solid #578CFE;
}

#header {
}

#wrapper {
	margin: 0;
}

#menu {
	float: left;
	font-size: 85%;
	width: 100px;
	line-height: 25px;
	margin-left: 20px;
	margin-top: 20px;
}

#content {
	margin-top: 20px;
	margin-left: 130px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#footer {
	clear: both;
}

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

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

a:hover {
	color: #578CFE;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}
