A.example1
{
    BACKGROUND-COLOR: black
}
button
{
	background-color:#FFFFCC;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
option
{
	background-color:#FFFFCC;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
submit
{
	background-color:#FFFFCC;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
text
{
	background-color:#000000;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#FFFFFF;
}
a {
	color: #684287;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}
#float {
	position:fixed;
  _position:absolute;
  bottom:0;
 _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	width: 135px;
	height: 100px;
	right: 0px;
	border: 1px solid #cccccc;
	z-index: 1;
} 
#nav {
	background: #666666;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font: 16px Arial, Helvetica, sans-serif;
	color: #333333;
}
#nav a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
