A:link {color: blue} 
A:visited {color: blue} 
A:hover {color: red} 
A:active {color: black}



.navbartext {
	font-size:.6em;
	font-family: "verdana";

}


h1 {
	font-size:.9em;
	font-family: "verdana";
	color="#0000FF";
	font-weight: bold;
	}
	
h2 {
	font-size:.8em;
	font-family: "verdana";
	color="#0000FF";
	font-weight: bold;
	text-align: center;
}
	
p {
	font-size:.8em;
	font-family: "verdana";
	color="#0000FF"; 
	text-align: justify;
	
}	

.beds {
	font-size:.8em;
	font-family: "verdana";
	color="#0000FF";
	font-weight: bold;
	text-align: center;
	}

body {
	background:#FFF;
	
}
	
</style>