/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}

h1 {
	font-size: 22px;
	margin-top: 120px;	
}

.text-c {
	text-align: center;	
}

a {
	color: #F96;
}

a:hover {
	color: #FFF;	
}

