body
{
	font-family: tahoma;
	font-size: 80%; color: #666;
	background-color: #cccccc;
	line-height: 180%;
	margin-top: 20px;
}

img
{
	border: 0px;
}

h1
{
	font-size: 180%;
	font-family: arial;
}

h2
{
	font-size: 125%;
	font-family: tahoma;
	color: #999933;
}

h3
{
	font-size: 90%;
	font-family: tahoma;
	color: #339900;
}

#container
{
	width: 760px;
	margin: 20px auto;
}

#menu
{
	width: 800px;
}

#header
{
	width: 760px;
	height: 250px;
	border: none;
	}

#content
{
	width: 740px;
	margin-top: 10px;
	border:1px solid #C4D7D7;
	padding: 10px;
	background-color:#ffffff;
}

.titleh1
{
	width: 100%;
	border-bottom:1px solid #C4D7D7;
}

.subparagraph
{
	width: 60%;
	border-bottom:1px solid #C4D7D7;
}

#footer
{
	width: 740px;
	margin-top: 10px;
	text-align: left;
	padding: 0px 10px;
	border:1px solid #C4D7D7;
}

a:active, a:visited, a:link
{
	color: #ff3399;
	text-decoration: none;
}

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