/* CSS1 style sheet created by Yoki Productions */

@import "reset.css";

body
{
 color: #fff;
 background: #000;
 margin: 1em 10%;
 padding: 0;
 font: 16px/1.5 arial, verdana, geneva, helvetica, sans-serif;
}

/* links */
a, a:link, a:visited, a:hover, a:active {	text-decoration: underline;	color: #00f; }
a:active { text-decoration: none; }

/* headings */
h1, h2, h3, h4, h5, h6
{
 text-align: left;
 font-weight: bold;
}
h1 {	font-size: 2em; }
h2 {	font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 {	font-size: 1.2em; }
h5 {	font-size: 1em; }
h6 {	font-size: 1em; font-weight: normal; }

/* inline */
b { font-weight: bold; }

/* alignment */
.c {	text-align: center; }
.l {	text-align: left; }
.r {	text-align: right; }
.top { vertical-align: top; }
.mid { vertical-align: middle; }
.btm { vertical-align: bottom; }
.cmid { text-align: center; vertical-align: middle; }

/* whitespace */
br { line-height: 1em; }
