* {
margin: 0px;
padding: 0px;
}

/* begin typography & colors */

body {
font-family: Helvetica Neue, lucida grande, lucida sans unicode, georgia,"times new roman",times,serif;
background-color: #ffffff;
text-align: left;
color: #000;
}


p, td {
line-height: 1.4em;
font-size: .8em;
margin-top: 4px;
}

h1 {
font-family: Amplitude, Helvetica, Arial, Georgia, lucida grande, lucida sans unicode;
color: #000000;
font-size: 2.7em;
font-weight: bold;
}

a{
	color: #e84040;
}

a:hover{
	color: white;
	background-color: #e84040;
	text-decoration: none;
}

a.logo{
}

a.logo:hover{
	background-color: #ffffff;
}

.link{
	font-size: 12px;
	margin-top: 2px;		
	display: block;
}

#footer a{
	text-decoration: none;
}

.license{
	color: #999;
}

.license:hover{
	color: #999;
	background: white;
}

#page {
margin-left: auto;
margin-right: auto;
margin-top: 180px;
margin-bottom: auto;
width: 857px;
}  

.option, .links{
	color: #666666;
	font-weight: bold;
	width: 160px;
	float: left;
	font-size: 16px;
	margin-top: 20px;
} 

.links{
	width: 400px;
}

#footer{
	clear: both;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #e0e0e0;
	padding-top: 5px;
	margin-top: 200px;
}

#logos{
	float: left;
	clear: both;
	margin-top: 10px;
}


div.clear {
clear: both;
}

img {
border: 0;
}
