<style type="text/css">
table.sample {
	border-width: 1px;
	border-spacing: 5px;
	border-style: ridge;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 2px;
	padding: 4px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.sample td {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}



h2 {
	font-family:Verdana, Tahoma, Sans-serif;
	font-size:1.2em;
	text-decoration:none;
	color:black;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

a img { 
	border-width: 0; 
}

p {
	text-decoration: none;
	font-size:1.1em;
	font-family:Verdana;
	color:black;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}


#navcontainer a
{
display: block;
width: 15em;
padding: .2em .8em;
text-decoration: none;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a:hover
{
background-color: #6d4747;
color: #FFF;
}


#navcontainer li.selected
{
background-color: #6d4747;
color: #FFF;
display: block;
width: 15em;
padding: .2em .8em;
text-decoration: none;
}

	
</style>


