a:link {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#cccccc;
	text-decoration:none;
}
a.black:link {
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
a.black:visited {
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
a.black:active {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a.black:hover {
	font-weight:bold;
	color:#cc3300;
	text-decoration:none;
}
body {
	margin:0px;
	background-color:000000;
	background-attachment:fixed;
	background-image:url(bg/site-bg-saxer.jpg);
	background-repeat:repeat;
	scrollbar-face-color:000000;
	scrollbar-highlight-color:ffffff;
	scrollbar-3dlight-color:eeeeee;
	scrollbar-darkshadow-color:000000;
	scrollbar-shadow-color:ffffff;
	scrollbar-arrow-color:ffffff;
	scrollbar-track-color:ffffff;
}
#all {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
#dashed {
	border-width:1px;
	border-style:solid dashed solid dashed;
	border-color:#000000;
}
#dashed-right {
	border-width:1px;
	border-style:solid dashed solid solid;
	border-color:#000000;
}
#dashed-left {
	border-width:1px;
	border-style:solid solid solid dashed;
	border-color:#000000;
}
#shadow {
	filter:alpha(opacity=50);
 	-moz-opacity:0.5;
}
