@charset "utf-8";
/* Base stylesheet */

@import url(advanced.css);
/* @import url(print.css) print; */

/* Basic type selectors */
html {
	margin: 0;
	padding: 0;
	background: #000;
}
body {
	margin: 0;
	padding: 0;
	font: 0.75em/1.8 Arial, sans-serif;
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 2em 0 1em;
	font-weight: bold;
	color: #aaa;
	font-family: 'Arial Black';
}
h1 {
 	letter-spacing: -0.05em;
	font-size: 180%;
}
h2 {
	font-size: 133%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 105%;
}
h6 {
	font-size: 100%;
}

a {
  font-weight: bold;
}
a:link {
  color: #ff8;
}
a:visited {
  color: #ffa;
}
a:focus,
a:hover.
a:active {
  color: #fff; 
}


/* Forms */
.form-error {
	color: #cc0030;
	font-weight: bold;
}

/* Print style */
@media print {


}
