/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
	margin: 0;
	padding: 0;
}

a, a:visited {text-decoration: none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}
/* end of reset */

body {
	background-color: #4a4a4a;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}

img {
	border:10px solid #F4DE8B;
}

a {
	font-family: Verdana, Tahoma, Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	color: #d3d3d3;
}

a.active { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
}

a:hover {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #b5ec0c;
}

#content {
	padding-top:30px;
	padding-bottom:30px;
	margin: auto;
	width: 620px;
	text-align: justify;
}
