
*
{
	font-family: 'Lato', sans-serif;
}

body
{
	background-image: url("images/noise-texture.png");
	background-repeat: repeat;
	background-color: #333;
}

a
{
	color: #993;
	text-decoration: none;
}

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

a:hover
{
	color: #AA7;
	text-decoration: underline;
}

#title
{
	color: #757575;
	font-size: 50px;
	text-align: center;
	margin: 100px 0px 0px 0px;
}

.buttons
{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
