body {
background-color: white;
}


#buttons{
	font-family: "Comic Sans MS", helvetica, sans-serif;
	margin-top: 50px;
	width:300px;
	margin: 60px auto 20px auto;
}


#logo 
	{
	margin:20px;
	margin-bottom:60px;
	}

#buttons h1{
	font-size: 1.5em;
	text-align: left;
	padding: 2px;
}

#buttons h2{
	font-size: 1.2em;
	text-align: left;
	padding: 2px;
}

#buttons a{
	color:#6FB1FF;
	}

#buttons h1 a:link,
#buttons h1 a:visited{
	color: red;
	text-decoration: none;
}


#buttons h1 a:hover,
#buttons h1 a:active{
	color: black;
}


#buttons a:hover,
#buttons a:active{
	color: black;
}
