@import url('reset.css');

body{
	background-color: #303030;
}


h1{
	color: #fff;
	font: bold 18px Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
}

h2{
	font: bold 12px Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	padding-top: 25px;
	color: #494949;
}

#logo{
	width: 75px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	padding-bottom: 100px;
}

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

a:hover, a:active{
	text-decoration: line-through;
}