@import "modern.css";
html,body {
	background-color: #B8B6AB;	
	color: #000;
}
* {
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 11px;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #06c
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #f00
}

h2 {
	font-family: "trebuchet ms","lucida grande",geneva,tahoma,arial,verdana,sans-serif;
	font-size: 22px;
}
h3 {
	background-color: transparent;
	font-family: "trebuchet ms","lucida grande",geneva,tahoma,arial,verdana,sans-serif;
	font-size: 18px;
	color: #333;
}
h4 {
	font-family: "trebuchet ms","lucida grande",geneva,tahoma,arial,verdana,sans-serif;
	font-size: 14px;
}

.title {margin: 0 0 5px 0;}
.hide {diplay: none;}
.bold {font-weight: bold;}
.bigger {font-size: 14px;}
.blk {color: #000;}
.wht {color: #fff;}
.red {color: #f00;}
.gry {color: #666;}
.lgry {color: #999;}
.org {color: #f30;}
.grn {color: #008000;}
.burg {color: #8C3142;}
.dburg {color: #800000;}