@charset "utf-8";
/* CSS Document */

body {
	background-color: #64180d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}

a: HOVER {
	color: #f0ea1d;
}

.nav {
	font-size: 16px;
	color: #f0ea1d;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.nav:HOVER {
	color: white;
	text-decoration: underline;
}

.header {
	font-size: 18px;
	color: #f0ea1d;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.info {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.letter {
	font-size: 12px;
}

.welcome {
	font-size: 13px;	
}