body {
	font-family: TrebuchetMS, Verdana;
	font-size: 13px;
	color: #000000;
	background-color : #0a3242;
	margin 
		left: 10px;
		right: 10px;
		top: 10px;
}

p {
	font-family: TrebuchetMS, Verdana;
	font-size: 11px;
	color: #009da7;
	padding-left : 0px;
	padding-right : 0px;
	line-height : 16px;
	text-align: right;
	
}


.copyright {
   color: #0a506c;
}

a:link {
	font-family: TrebuchetMS, Verdana;
	color: #009da7;
	text-decoration: underline;
}
a:hover {
	font-family: TrebuchetMS, Verdana;
	color: #00effe;
	text-decoration: underline;
}
a:visited {
	font-family: TrebuchetMS, Verdana;
	color: #cc02c5;
	text-decoration: underline;
}

.bottom {
	background-color : #0b3b4e;
	padding : 3px;
	float : right;
	padding-left : 15px;
	padding-right : 15px;
}