
a:link {color: yellowgreen}     /* unvisited link */
a:visited {color: yellowgreen}  /* visited link */
a:hover {color: Peru}   /* mouse over link */
a:active {color: yellowgreen}   /* selected link */

a:hover {font-weight:bold}
p:hover {background-color:Peru;color:Black}

body
{
background-color:black;
background-image:
url('bgimage.jpg');
background-repeat:repeat;
}
div.total
{
	width:800px;
	height:800px;
	background-color:Black;
	position:relative;
	left:0px;
}
div.slide
{
	background-color:Black;
	color:Peru;
	width:488px;
	height:317px;
}
div.menu
{
	float:left;
	width:150px;
	height:480px;
	background-color:Black;
	text-align:right;
}
div.out
{
	margin-left:150px;
	height:480px;
	background-color:Black;
}
.mnu
{
	text-decoration:none;
	font-family: Verdana;
	font-size:14;
}
.kanmnu
{
	text-decoration:none;
	font-family: Kedage;
	font-size:12;
}
.brd
{
	color:Peru;
	width:488px;
	height:317px;
	background-color:Black;
}
.topline
{
	color:Peru;
	font-family:Verdana;
	font-size:13;
}
.kntopline
{
	color:White;
	font-family:Kedage;
	font-size:14;
}
td
{
	text-align:center;
	padding:0cm;
}


