body {
	background: #010101 url("../g/bk.jpg") repeat-x;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color:#79DEFF;
	margin-bottom:-.5em;
}

h2 {
	font-size: 10px;
	font-weight: bold;
}

#content a:link {
	text-decoration: none;
	color: #fc0;
	border-bottom: 1px dashed #c30; 
}
#content a:visited {
	text-decoration: none;
	color: #fc0;
	border-bottom: 1px dashed #c30;
}
#content a:hover {
	text-decoration: none;
	color: #2A2C47;
	background-color: #fc0;
	border-bottom: 1px solid #fc0;
}
#content a:active {
	text-decoration: none;
	color: #2A2C47;
	background-color: #fc0;
	border-bottom: 1px solid #fc0;
}

img {
	border: 0;
}

.alt {
  display:none;
}

.hi {
	color:#c30;
}
