body {
scrollbar-darkShadow-color:#FF6633;
scrollbar-Track-Color:#FF6633; 
scrollbar-Face-Color:#FF9966; 
scrollbar-Shadow-Color: #FFCC66;
scrollbar-3dLight-Color:#FF3300; 
scrollbar-Highlight-Color:#FFCC66;
scrollbar-Arrow-Color:#FF3300;
margin:0;
font-family: Arial, Verdana; 
font-size: 11px; 
color: #000000; 
background-color: #FFFFCC;
}

A:link
{
text-decoration: none;
color:#FF6600;
}

A:visited
{
text-decoration: none; 
color:#FF6600;
}

A:active {
text-decoration: none; 
color:#FF6600;
}

a:hover
{
color:red;
text-decoration: none;
font-weight: bold;
}

.nav:link
{
color: #FF6600;
font-weight: bold;
text-decoration:none;
cursor: default;
letter-spacing: 1px;
background-color: #F5DEB3;
height: 15px;
}

.nav:active
{
color:#FF0033;
font-weight: bold;
text-decoration:none;
cursor: default;
display: block;
letter-spacing: 1px;
background-color: #FFFFCC;
height: 15px;
}

.nav:visited
{
color:orange;
font-weight: bold;
text-decoration:none;
cursor: default;
display: block;
letter-spacing: 1px;
background-color: #F5DEB3;
height: 15px;
}

.nav:hover
{
color:#FF0033;
display: block;
font-weight: bold;
background-color: #FFFFE0;
text-decoration: none;
letter-spacing: 1px;
}


table { 
border-color: #000000; 
background-color: #000000;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
color:#000000;
background-color: #FFCC99;
font-weight: plain; 
padding-left: 0px;
font-size: 12px;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	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: black;
	background-color: #ffcc99;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: ;
}
div.a {
	position: absolute;
	top: 300px;
	left: 100px;
	width: 100px;
	height: 20px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}

div.main {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}


</style>





