@charset "UTF-8";
/* CSS Document */


/* 
colors:
	yellow: #F6EB13
	red: #EC2027
	neon blue: #28AAE1
	neon pink: #D6519D
	Dark Gray(nav): #808080
	light Gray: #E6E6E6
	
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background-color:#333333;
	margin:0px;
	color:#808080;
}

#wrapper {
	width:720px;
	margin:0px auto;
	padding: 0 20px;
	background-color:white;
	}

h1 {
	font-size:2em;
	font-weight:bold;
	color: #EC2027;
	margin:2em 0;
	}
	
h2 {
	font-size:1.4em;
	font-weight:bold;
	color: #28AAE1;
	}
	
h3 {
	font-size:1.2em;
	color: #28AAE1;
	margin-bottom:0px;
	}	
	
h3+p {
	margin-top:0px;
	}
	
.style1 {
	font-size: small;
}

/*////////// Links */
a{
	font-weight: bold;
	}

a:link , a:visited {
	color: #808080;
	text-decoration:none;
	}

a:hover {
	color: #EC2027;
}

a:active {
	color: #EC2027;
}