body { 
background-color: #6699CC;
font-family: Helvetica,Verdana, arial; 
font-size: 0.85em; 
color: #000; 
margin-bottom: 0.5em;
}
h1,h2,h3,h4,h5,h6 { color: #6699CC; }
tr  { font-size: 0.85em; }
 .special p {
 font-size: 1.5em;
 color: #0033CC;
 text-align: center;
 }
 
 .homespecial a:hover, .homespecial a:link {
 font-size: 1em;
 color: yellow;
 }
 
 .tentphoto {
 border: solid #333333 1px;
 float: right;
 }

/* TablePlugin */
.foswikiTable,
.foswikiTable td,
.foswikiTable th {
}
.foswikiTable {
	border-style:none;
	margin:2px 0;

}
.foswikiTable td {
        font-family: Helvetica,Verdana, arial; font-size: 0.85em; color: #000;
	padding:3px 6px;
	border-top-style:none;
	border-bottom-style:none;	
}
.foswikiTable th {
	border-left-style:none;
	border-right-style:none;
	padding:4px 6px;
}
.foswikiTable .tableSortIcon {
	margin:0 0 0 5px;
}

/*
.foswikiTable th.foswikiFirstCol {
	border-left-style:none;
}
*/
.foswikiTable a:link,
.foswikiTable a:visited {
	text-decoration:underline;
}
.foswikiTable a:hover {
	text-decoration:underline;
}


