body {
	background-color: #fff;
	margin: 40px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	color: #4F5155;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
}

code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px auto 14px auto;
	padding: 12px 10px 12px 10px;
	text-align: center;
	width: 800px;
}

div#wrapper {
	height: 100%;
	width: 100%;
}

div#data {
	display: none;
	height: 554px;
	width: 950px;
	margin:0 auto;
}

div#desc {
	width: 800px;
	text-align: justify;
	margin: 10px auto;
}

div#footer {
	font-size:9px;
	color:#e0dfdf;
	height: 20px;
	width: 950px;
	text-align:center;
	margin:0;
	padding-top:10px;
	padding-left:20px;
}

div#footer a {
	font-size:9px;
	color:#747474;
	text-decoration:none;
	
}

div#footer a:hover{
	font-size:9px;
	color:#747474;
	text-decoration:underline;
	
}
:focus {
	outline: 0;
}
