/* CSS Document */

body{
	color: #000000;
	font-family: Courier New;
	font-size: 11px;
	letter-spacing: -1px;
	word-spacing: -3px;
	}
strong,b {
	color: #00fe00;
	background-color: #000000;
	letter-spacing: 1px;
	}
i,em{
	color: #00ffff;
	background-color: #000000;
	}
a:link, a:active, a:visited 
{
	font-family: Courier New;
	font-size: 11px;
	color: #FD35B2;
	letter-spacing:1px;
	text-decoration: none;
}
a:hover {
	font-family: Courier New;
	font-size: 11px;
	letter-spacing: 1px;
	color: #bbbbbb;
	text-decoration: none;
}
.content{
	background-color:#ffffff;
	padding: 3 3 3 3;
	}
#navi a:link, a:active, a:visited {
	background-color:#000000;
	float: left;
	text-align: right;
	line-height: 12px;
	font-size: 11px;
	display: block;
	margin: 1px;
	padding: 1 px;
	width: 214px;
	text-transform: lowercase;
	}
#navi a:hover {
	background-color:#000000;
	float: left;
	color: #8CF717;
	line-height: 12px;
	text-align: right;
	display: block;
	margin: 1px;
	padding: 1 px;
	font-size: 11px;
	text-transform: lowercase;
	}
.content A:link, A:active, A:visited 
{
	font-family: Courier New;
	font-size: 11px;
	color: #FD35B2;
	letter-spacing:2px;
	text-decoration: none;
}
.content A:hover {
	font-family: Courier New;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FD35B2;
	text-decoration: none;
}