body {
    background-color: #3b3b3b;
}

.style1 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
}

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

a:hover
{
	color : #ff0000;
	text-decoration : none;
}