body {
	background-color: #3E3D79;
	color: #FFF03E;
	background-repeat: no-repeat;
	background-position:  center; 
	background-attachment: fixed;
	background-image: url('bg/aquanight.jpg');
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

table.home {
	background-color: #3E3D79;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;
	width: 650px;
	horizontal-align:center;
	vertical-align:top;
	color: #FFF03E;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin: 5px;
}

a {
	color: #BDCDDC;
	font-style: underline;
	font-size: 13px;
}
a.sm {
	color: #BDCDDC;
	font-style: underline;
	font-size: 10px;
}

a.lg {
	color: #BDCDDC;
	font-style: underline;
	font-weight: bold;
	font-size: 25px;
}

a.md {
	color: #BDCDDC;
	font-style:underline;
	font-size:11px;
}

p.title {
	font-size: 35px;
	font-weight: bold;
}

p.desc {
	font-size: 11px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 5px;
}

p.intro {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}

p.notes {
	font-size: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 1px;
	margin-bottom: 1px;
}

p.lg {
	font-size: 18px;
}