BODY{
	font-family : "Arial","Helvetica","sans-serif";
	font-size : x-small;
	background : beige;
	color : brown;
	}


A:LINK{
	color : blue;
	}


A:VISITED{
	color : green;
	}


A:HOVER{
	color : red;
	background : bisque;
	font_weight : bold;
	}


DIV.BUTTON {
		visibility : visible;
		background : white;
		text-align : center;
		border : thin outset lightgrey;
		width : 250px;
		cursor : hand;
}

DIV {
		color : brown;
}
