/* COLORS
dark brown #654A01
light brown #886611
dark beige #C4A750
light beige #DCBE64
*/

html {
	width:100%;
	height:100%;
}
body {
	background-color:#317e97;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	width:100%;
	height:100%;
	overflow-y:scroll;
}
img {
	display:block;
}
a {
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:none;
}
