/* General */
body, tr, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

/* Links */
a,
a:active,
a:link,
a:visited {
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
	outline: none;	
}

a:hover {
	font-size: 11px;
	text-decoration: underline;	
	outline: none;	
}

/* Website */
#wrapper {
	width: 500px;
	margin: 80px auto 0 auto;
	padding: 0;
	text-align: right;
}

span.center {
	text-align: center;
}

span.left {
	text-align: left;
}
