BODY.home
{
	background: #000000;
	margin:0px 0px;
}
BODY.about
{
	background: #cc0000;
	margin:0px 0px;
}
BODY.portfolio
{
	background: #66cc00;
	margin:0px 0px;
}
BODY.contact
{
	background: #3300cc;
	margin:0px 0px;
}
A.home, A.about, A.portfolio, A.contact
{
	color: #000000;
	text-decoration: none;
}
A.home:hover
{
	color: #666666;
}
A.about:hover
{
	color: #cc0000;
}
A.portfolio:hover
{
	color: #66cc00;
}
A.contact:hover
{
	color: #3300cc;
}
.text
{
	color: #000000;
	font-family: sans-serif;
	font-size:10;
	font-weight: bold;
}
TABLE.content, TR.content, TD.content
{
	background: #ffffff;
	width: 300px;
	height: 300px;
	margin: 0px auto;
}
TABLE.subcontent, TR.subcontent, TD.subcontent
{
	background: #ffffff;
	width: 300px;
	margin: 0px auto;
}
.home
{
	color: #000000;
	font-family: sans-serif;
	font-size:10;
	font-weight: bold;
}
TABLE.home, TR.home, TD.home
{
 	background: #000000;
 	width: 100%;
 	height: 100%;
 	margin: 0px auto;
 	font-size: 1;
	align: center;
	text-align: center;
}
.about
{
	color: #cc0000;
	font-family: sans-serif;
	font-size:10;
	font-weight: bold;
}
TABLE.about, TR.about, TD.about
{
	background: #cc0000;
 	width: 100%;
 	height: 100%;
 	margin: 0px auto;
 	font-size: 1;
	align: center;
	text-align: center;
}
.portfolio
{
	color: #66cc00;
	font-family: sans-serif;
	font-size:10;
	font-weight: bold;
}
TABLE.portfolio, TR.portfolio, TD.portfolio
{
	background: #66cc00;
 	width: 100%;
 	height: 100%;
 	margin: 0px auto;
 	font-size: 1;
	align: center;
	text-align: center;
}
.contact
{
	color: #3300cc;
	font-family: sans-serif;
	font-size:10;
	font-weight: bold;
}
TABLE.contact, TR.contact, TD.contact
{
	background: #3300cc;
 	width: 100%;
 	height: 100%;
 	margin: 0px auto;
 	font-size: 1;
	align: center;
	text-align: center;
}
