A:ACTIVE, A:LINK, A:VISITED {
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color : #ff4500;
}
A:HOVER {
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color : White;
}
.arrow{
	text-decoration : none;
	color : none;
	border-style : none;
	margin-top : 180px;
}

A:HOVER.blue{
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color : Blue;
}
p.copyright{
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : normal;
	color : Gray;
}
.quote{
	font : italic 1em serif;
	color : blue;
	margin-right : 3em;
	line-height : 2em;
}
#page-wrap {
	background: #181818;
	min-width: 700px;
	max-width: 1260px;
	margin: 10px auto;
	width:expression(document.body.clientWidth < 702? "700px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
.rev {
	color : Black;
	}
.revsm {
	color : Grey;
	}
.news {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : lighter;
	color : Black;
	margin-left : .1em;
	line-height : 1.5em;
}
.news-text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : lighter;
	color : White;
	line-height : 1.5em;
	margin : 0em 2em;
	padding : 0 5px;
	text-align : left;
	overflow : hidden;
}
.news-title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : 700;
	text-align : left;
	color : #ff4500;
}