/* get the common styles */
 @import url('/styles/common.css');

 body {
  background: #26262e;
  font: normal normal 90% Verdana, sans-serif;
  color: #efefef;
  }


/* ---( layout structure )---*/

#outer-wrapper {
  font: normal normal 100% Verdana, sans-serif;
  } 
  
p {
	margin-bottom: 1.3em;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #efefef;
}

a:link, a:visited, a:active {
	color:#efefef;
}
	
a:hover { 
	color: red;
	text-decoration: underline;
 }


h2 {
	color: #999;
	margin: 0 0 13px 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	/*text-transform: lowercase;*/
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #efefef;
  background: url(/skinimages/boxes/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }