.alert {
	background: Yellow;
}
@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
}
li {
	list-style: square;
}
p {
  font: .9em Arial, Helvetica, sans-serif;
  color: #000000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em ; }
h4 {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
h5 {
	font-size: 0.8em;
	font-style: italic;
	color: #00BFFF;
	line-height: 18px;
}
h6 { font-size: 0.7em; }

a:link { color: #0000ff;  text-decoration: none;  }
a:visited { color: #999999; text-decoration: none;  }
a:hover { color: #cc0000; text-decoration: none;  }
a:active { color: #80080; text-decoration: none;  }

blockquote {
color: #c00;
width: 10em;
margin: 0;
float: left;
font-size:125%;
font-style:italic;
}

.blkbg {
	background-color: #000000;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #ffffff;
	text-decoration: none;
}

a.mainlevel:hover {
	color: Red;
	text-decoration: none;

}
