* { margin:0; padding:0; }

table { border-collapse:collapse; }

a { outline-style:none; }
input { outline-style:none; }

a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; }
a:active { color: #FFF; text-decoration: none; }
a:hover { color: #FFF; text-decoration: underline; }
a:focus { color: #FFF; text-decoration: none; }

html,body {
	font:0.9em/1.5em Verdana;
	background-color:#B8CFE5;
	color:#FFF;
}

.tableNavbar {
	margin:0px auto;
	background-color:#555;
	width:95%;
	text-align:center;
	border:1px solid #000;
}

.tableNavbar td {
	padding:5px 0px;
	font-weight:bold;
	background:url("../img/bg_navbar.jpg") repeat-x;
}

.header {
	font-size:26px;
	font-weight:bold;
	margin:20px 10px 10px 10px;
	width:80%;
	line-height:30px;
}

.farbLink a:link { color: #00F; text-decoration: none; font-weight:bold; }
.farbLink a:visited { color: #00F; text-decoration: none; font-weight:bold; }
.farbLink a:active { color: #00F; text-decoration: none; font-weight:bold; }
.farbLink a:hover { color: #00F; text-decoration: underline; font-weight:bold; }
.farbLink a:focus { color: #00F; text-decoration: none; font-weight:bold; }