/*-----attach body.custom to any style you add here-----*/

/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/

body.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
	}
	
body.custom .entry-content a:hover {
	text-decoration: none;
	color: #0098ED;
	}
	
body.custom body {
	
	font: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	text-align:center; 
	background:#000; 
	color:#999;
	}	
	
body.custom a{
	text-decoration:none; 
	color:#FF9900;
	}
	
body.custom h1 , h2 , h3 , h4 {
	font-family: "Century Gothic", Tahoma, Arial, Verdana, Helvetica, sans-serif;	
	text-transform: uppercase;
	}
	
body.custom .widget h2{
	color:#555; 
	font-weight:normal;}

