@charset "utf-8";
body {
	background-color: #eaeaea;
	margin:50px 0px; padding:0px;
	text-align:center;
	font-size: 12px; 
	font-family: Arial;
}

a:link { 
	color: #b40001; 
}
a:hover { 
	color: #840000; 
}
a:active { 
	color: #e9e9e9; 
}
a:visited { 
	color: #620000; 
}

container {
	height: auto;
	width: auto;
}

img {
border:none
}