@import "modern.css";
@import "article.css";
html,body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #333
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #06c;
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #f00;
}

h2 {
	font-family: "Times New Roman",georgia,lucida,helvetica,arial,sans-serif;
	font-size: 20pt;
	font-weight: bold;
	cursor: default;
}
h3 {
	font-family: "Times New Roman",georgia,lucida,helvetica,arial,sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.hide {display: none}
.bold, label {font-weight: bold}
legend {font-weight:bold; color: #f40}
.blk {color: #000}
.red {color: #f00}
.org {color: #f40}
.grn {color: #008000}
.dgry {color: #333}
.dtan {color: #706C63}

