body {
scrollbar-darkShadow-color: #5F6353;
scrollbar-Track-Color: gray; 
scrollbar-Face-Color: white; 
scrollbar-Shadow-Color: black;
scrollbar-3dLight-Color: black; 
scrollbar-Highlight-Color: white;
scrollbar-Arrow-Color: black;
margin:0;
font-family: Georgia; 
font-size: 11px; 
color: black; 
background-color: white;
}

A:link
{
text-decoration: none;
color: #5F6353;
}

A:visited
{
text-decoration: none; 
color: #5F6353;
}

A:active {
text-decoration: none; 
color: #5F6353;
}

a:hover
{
color: black;
text-decoration: none;
font-weight: bold;
}

.nav:link
{
color: #5F6353;
font-weight: bold;
text-decoration:none;
cursor: default;
letter-spacing: 1px;
background-color:  #E8E8E8;
height: 15px;
}

.nav:active
{
color: #5F6353;
font-weight: bold;
text-decoration:none;
cursor: default;
display: block;
letter-spacing: 1px;
background-color: white;
height: 15px;
}

.nav:visited
{
color: #5F6353;
font-weight: bold;
text-decoration:none;
cursor: default;
display: block;
letter-spacing: 1px;
background-color: white;
height: 15px;
}

.nav:hover
{
color: #5F6353;
display: block;
font-weight: bold;
background-color: white;
text-decoration: none;
letter-spacing: 1px;
}


table { 
border-color: white; 
background-color: white;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
color: black;
background-color: white;
font-weight: plain; 
padding-left: 0px;
font-size: 12px;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
        border-top-width: 0px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	-moz-border-radius: ;
}
div.a {
	position: absolute;
	top: 250px;
	left: 100px;
	width: 100px;
	height: 20px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 800px;
	height: 250px;
}

div.main {
	position: absolute;
	top: 250px;
	left: 100px;
	width: 600px;
	height: 300px;
}


</style>