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

.linkbar {
	color:				#FFFFFF;
	font-family: 		Helvetica, Arial, sans-serif;
	font-size:			14px;
	text-align:			center;
	text-decoration:	none;
	border-top:			dotted white 2px;
	}

.linkbar a {
	text-decoration:none;
	color: #EEEEEE;
}

.linkbar a:hover {
	color: #FFFFFF;
	}
	

