@import "modern.css";
html,body {
	background-color: #f0f0e9;	
	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 {
	font-family: "trebuchet ms","lucida grande",geneva,tahoma,arial,verdana,sans-serif;
	font-size: 18px;
}
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}
.blk {color: #000}
.wht {color: #fff}
.red {color: #f00}
.gry {color: #666}
.lgry {color: #999}
.org {color: #f30}
.burg {color: #8C3142}

