a {
	color: navy; 
	text-decoration: underline; 
}
a:hover {
	color: blue; 
	text-decoration: none;
}
body,div {
	font-family: "Trebuchet MS", Helvetica, Tahoma;
	font-size: 10pt;
}
div#facebook_div {
	border: 1px solid #336699;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 70%;
	background-color: #F5F8FC;
}
