body {
	font-family: monospace; 
	color: #444;
	margin: 10px 10px 10px 10px;
	background:#eee url("abbey.png") no-repeat fixed center bottom;
}

h1, h2, h3, h4 { color: #333; }

strong { font-weight: bold; }

#content {
	
	
}


#tablesec table{
	border: 1px solid black;
	width: 100%; 
	text-align: left;
}

#tablesec td,th {	
	border: 1px solid black;
}

#navi a:visited, a:active, a:link {
	text-decoration: none;
}

#navi a:hover {
	text-decoration: underline;
}
#navi {
	float: right;
}
#navi ul {  
	list-style:none;
	margin:0;
	padding:0;
}

#navi li {
	margin:1px;
	padding:0; 
	float:right;
}
#navi li a {
	display:block; 
	width:80px;
	padding:4px 0px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
}

#navi li a:hover {
	color:#111;
	background-color:#aaa;
}

