@charset "UTF-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #444444;
	margin: 0; 
	padding: 0;
	margin-left:50px;
	margin-top:30px;
	/* it's good practice to zero the margin and padding of the body element 
	to account for differing browser defaults */
	text-align: left; 
	/* this centers the container in IE 5* browsers. 
	The text is then set to the left aligned default in the #container selector */
}





h2 {
	font-size: 28px;
	font-weight: normal;
	color: #CCCCCC;
}

.title {
	font-size: 40px;
	font-weight: normal;
	color: #CCCCCC;
}

.bybb {
	font-size: 24px;
	font-weight: normal;
	 color: #CCCCCC;
}


.blue {
/* color: #0088FF; */
font-size:larger;
}

/* link styles */
	
a:link {
	text-decoration : none;
	color: #FF9900;
}

a:visited { 
	text-decoration : none ;
	color: #FF9900;
}

a:hover {
	color:#FFFF00;
	text-decoration:underline;		/* #ee8800 */

}

a:active {
	color : #FF0000;
	text-decoration:overline;
}
