/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	/*background-color: #036;	*/
}

h1 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 50px;	
}

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

a {
	color: #F96;
}

a:hover {
	color: #999;	
}

