/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	color: #fff;
}
body {
	 background: #000;
}
h1 {
	font-weight: normal;
	color: #fff;
	font: 3.2em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0.2em 0 0;
}
h2 {
	font-weight: normal;
	color: #fff;
	font: 2.4em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0.2em 0;	
}
section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 1.4em;
	margin: 1em 0;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}

a:link { 
	color: #7e8611;
	}
a:visited { 
	color: #7e8611;
	}
a:hover { 
	color: #7e8611;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #7e8611;
	}