body
{
	background-color: #9933cc;
	text-align: center;
	
}
a.one:link
{
	color: #9933cc;
	text-decoration: none;
}
a.one:visited
{
	color: #9933cc;
	text-decoration: none;
}
a.one:hover
{
	color: #ff9900;
	text-decoration: none;
}
a.two:link
{
	color: #FFF;
	text-decoration: none;
}
a.two:visited
{
	color: #FFF;
	text-decoration: none;
}
a.two:hover
{
	color: #9933cc;
	text-decoration: none;
}
a href.one:link
{
	color: #9933cc;
	text-decoration: none;
}
a href.one:visited
{
	color: #9933cc;
	text-decoration: none;
}
a href.one:hover
{
	color: #ff9900;
	text-decoration: none;
}
a href.two:link
{
	color: #FFF;
	text-decoration: none;
}
a.href:visited
{
	color: #FFF;
	text-decoration: none;
}
a.href:hover
{
	color: #9933cc;
	text-decoration: none;
}


	
#base
{
	width: 800px;
	display: block;
	margin: 0px auto 0px auto;
	
}
font.menu
{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
font.right
{
	font-family: verdana;
	font-size: large;
	font-weight: normal;
	text-decoration: none;
}
font.heading
{
	font-family: verdana;
	font-size: x-large;
	font-weight: normal;
	text-decoration: none;
	color: #9933cc;
}
font.info
{
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
font.bold
{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}



table.main
{
	width: 800;
	display: table;
}
td.body
{
	width: 600px;
	display: table-cell;
	border-color: #ff9900;
	border-width: 5px;
	border-style: solid;
	background-color: #FFF;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}


td.space
{
	width: 85px;
	display: table-cell;
	border-color: #ff9900;
	border-width: 0px 5px 5px 0px;
	border-style: solid;
	background-color: #ff9900;
	vertical-align: top;
	padding: 0 0 0 3px;
}

td.topmenu
{
	border-color: #ff9900;
	border-width: 5px 5px 0px 5px;
	border-style: solid;
	width: 85px;
	height: 100px;
	display: table-cell;
}
td.midmenu
{
	border-color: #ff9900;
	border-width: 0px 5px 0px 5px;
	border-style: solid;
	width: 85px;
	height: 100px;
	display: table-cell;
}
td.botmenu
{
	border-color: #ff9900;
	border-width: 0px 5px 5px 5px;
	border-style: solid;
	width: 85px;
	height: 100px;
	display: table-cell;

}




































