body
{
	background: #eef;
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	min-width: 760px;
}

h1
{
	font-size: 20px;
	color: #c56fb0;
	margin: 0px;
}

#container
{
	margin: 0 auto;
	width: 760px;
	border: 1px #000 solid;
	background: #ed238c;
	text-align: left;
}

#header
{
	height: 150px;
}

#title
{
	padding: 10px;
	background: #f3e7f3;
	text-align: left;
	height: 30px;
	border-top: 1px solid #000;
}

#content
{
	background: #fff;
	margin: 0px;
	padding: 0px;
}

#content p
{
	margin: 0px;
}

#content a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #b7cfec;
}

#footer
{
	background: #B54899;
	height: 50px;
	border-top: 1px solid #000;
}

#footer p
{
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

#cnxLink
{
	margin: auto;
	width: 760px;
	text-align: left;
	font-weight: bold;
	color: #888;
	margin-top: 3px;
}

#cnxLink a
{
	color: #000;
	text-decoration: none;
}

#cnxLink a:hover
{
	color: #b7cfec;
}

.blue
{
	background: #b7cfec;
	text-align: justify;
}

.yellow
{
	clear: both;
	background: #FFCE5A;
	text-align: justify;
}

table
{
	margin: 0px;
	padding: 0px;
	width: 760px;
}

td
{
	padding: 10px;
}

#content img
{
	margin: 10px;
}