@charset "utf-8";
.layout {
	background-image: url(assets/subaerial_background.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}

.general {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC99;
}
	
.general a:link {
	font-style: italic;
	color: #cc9933;
}
.general a:visited {
	font-style: italic;
	color: #996600;
}
.general a:hover {
	font-style: italic;
	color: #ffcc66;
}
.general a:active {
	font-style: italic;
	color: #99cccc;
}
