@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	color: #242424;
	font-family: Lucida Grande,Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin:0px; 
	}

a:active  {
    color: #e54045;
	text-decoration:underline;
	}

a:link {
	color: #000000;
	text-decoration: none;
	}

a:visited {
 	color: #000000;
	text-decoration: none;
	}

a:hover {
	color:#e54045;
	text-decoration:underline;
	}
	
#content {
	width: 900px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 128px;
	font-weight: bold;
	}

