@charset "utf-8";
/* CSS Document */

body, html{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.menu a{
	color: #ffffff;
	margin: 0 10px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	
}	

.menu a:hover{
	color:#CCCCCC;
}


a{
	color: #77B6D0;
}

a:hover {
	text-decoration: none;
}

p{
	font-size: .9em;
	text-align: justify;
	margin: 10px 0;
}

h1{
	font-size: 1.5em;
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	color: #c3deea;
	font-style: italic;
}

#footer p{
	text-align: right;
	font-size: 0.7em;
	vertical-align: bottom;
	margin: 10px;
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	text-decoration: none;
}

ul{
	font-size: .75em;
	margin-left: 15px;
}

li:hover{
	background-color: #004062;
}

.order {
	float: right;
}	

.order a{
	color: #FF9900;	
	text-decoration: none;
	font-weight: bold;	
	
}