a:link {
        color: #336699;
        text-decoration: none;
		
}
a:visited {
        color: #336699;
		text-decoration: none;
		
}
a:hover {
		color: #666;
		text-decoration: none;
		
        
}
a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
body {
	background-color: #EEEEEE;
}

h1 {
	font-family: Verdana, Arial, Sans serif;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	color: #666;
}	
h2 {
	font-family: Verdana, Arial, Sans serif;
	font-size: 11px;
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #666;
	}
p {
	font-family: Verdana, Arial, Sans serif;
	line-height: 150%;
	text-align: center;
	font-size: 11px;
	color: #666;
	margin-top: 1px;
	margin-bottom: 30px;
	}

