body 
{
	background-color: #F8B975;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}

.header
{
	margin: auto;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	width: 800px;
}

.header .menu
{
	text-align: center;
	margin-left: 75px;
}

.header .menu A
{
	float: left;
	display: block;
	width: 95px;
	height: 40px;
	padding: 5;
	background: url("Images/SplatButton.png") 0 0 no-repeat;
	color: White;
	text-decoration: none;
	vertical-align: middle;
}
.header .menu A:hover
{
	background-position: -100px 0;
	color: Black;
	text-decoration: none;
}
.header .menu A:active
{
	background-position: -200px 0;
	color: Red;
	text-decoration: none;
}

.content 
{
	width: 800px;
	clear: both;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.content .leftnote
{
	width: 120px;
	float: left;
	margin: 0;
	vertical-align: middle;
	display: inline;
}

.content .rightnote
{
	width: 120px;
	float: right;
	margin: 0;
	vertical-align: middle;
	display: inline;
}

.content .fullproject
{
   clear: both;
   margin: auto;
   display: inline;
}

.content .fullproject th
{
	background-color: Orange;
}

.content .fullproject td
{
	text-align: justify;
	text-justify: newspaper;
}

.content .leftproject
{
	width: 680px;
	float: left;
	margin: auto 0 15;
	display: inline;
	text-align: right;
}

.content .leftproject th
{
	background-color: Orange;
}

.content .leftproject td
{
	text-align: justify;
	text-justify: newspaper;
}

.content .rightproject
{
	width: 680px;
	float: right;
	margin: auto auto 15 0;
	display: inline;
}

.content .rightproject th
{
	background-color: Orange;
}

.content .rightproject td
{
	text-align: justify;
	text-justify: newspaper;
}

.content .linkcategory
{
	background-color: Orange;
	font-size: 17px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .link th
{
	background-color: Orange;
}

.content .link A:link
{
	text-decoration: none;
	color: White;
}

.content .link A:active
{
	text-decoration: none;
	color: White;
}

.content .link A:visited
{
	text-decoration: none;
	color: White;
}

.content .link A:hover
{
	text-decoration: line-through;
	color: Black;
}

.codemenu
{
	margin-bottom: 10px;
	page-break-after: always;
}

.codemenu A:link
{
	color: White;
	text-decoration: none;
}

.codemenu A:visited
{
	text-decoration: none;
	color: White;
}

.codemenu A:hover
{
	color: Black;
	text-decoration: line-through;
}

.cpp
{
	background: White;
	border: 1px solid #AAAAFF;
	text-align: left;
}

.cpp .header
{
	background: #33AAFF;
	text-align: center;
}


.footer
{
	background-color: #FAB977;
	width: 800px;
	clear: both;
	margin: auto;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	border-color: Orange;
	border-style: solid;
	border-width: 1px;
}