@charset "UTF-8";/* Normalizes margin, padding */body, h1, h2, h3, p, img { margin : 0; padding : 0; }body {	font-family:Helvetica, Verdana, Arial, sans-serif;	font-size:10px;	line-height: 16px;	color:#c7c7c7;	background:#FFF;	margin:0;	padding:0;	}		img {	border: 0;	}a:focus {	outline:none}#container {	position: relative;	margin: auto;	top: 150px;	width: 500px;	}			/*LINK*/.a_h3:link, .a_h3:visited, .a_h3:hover, .a_h3:active  {	text-decoration: underline; 	color: #c7c7c7;	font-weight: normal;	font-size: 15px;}.a_link:link, .a_link:visited, .a_link:active  {	text-decoration: none;	color: #c7c7c7;	font-size: 10px;	font-weight: bold;}.a_link:hover {	text-decoration: underline;	color: #c7c7c7;	font-size: 10px;	font-weight: bold;}.a_txt:link, .a_txt:visited, .a_txt:active  {	text-decoration: none;	color: #c7c7c7;	font-size: 10px;	font-weight: normal;}.a_txt:hover {	text-decoration: underline;	color: #c7c7c7;	font-size: 10px;	font-weight: normal;}