body {
	margin:0px;
	padding:0px;
	border: 0;
	height: 100%; 
	max-height: 100%; 
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	font: 10px;
	scrollbar-arrow-color: Yellow;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: 000000;
	scrollbar-face-color: 313B18;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	}
A {
	text-decoration: none
	font-size:100%;
	}

A.link {color:#FFFF00;
	text-decoration: none;} 
A:active {color: #FF0000;}
A:visited {color: #FF0000;}

p {  
	background-color: ;
	} 


.cssbutton{
background-color: #666633;
border: 1px #d1ec4c outset;
padding: 5px 4px;
margin:0px 0px 0px 0px;
color: FFFF00;
text-decoration: none;
font:Tahoma, Helvetica, sans-serif;
}

.cssbutton:visited{
color: red;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
color:green;
}

.cssbutton:active{
color: black;
}