@charset "UTF-8";
/* CSS Document */
*{
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	color:#d8d9da;
	margin:0px;
	padding:0px;
	text-align:center;
}
body{
	background-color:#777578;
}
#content{
	width:100%;
	margin-top:220px;
	
}
h1{
	font-size:large;
	font-weight:lighter;
	margin-bottom:0.3em;
	margin-top:0.5em;
}
h2{
	display:block;
	font-size:small;
	font-weight:lighter;
	margin-top:0.6em;
	margin-bottom:0.2em;
}
a{
	text-decoration:none;
	color:#d8d9da;
}
a:hover{
	color:#d8d9da; 
	text-decoration:underline; 
}
a:active { 
	color:silver; 
}
