/* CSS Document for browse on IPS-2*/
A:link { color: blue; }
A:visited { color: maroon; }
A:active { color: fuchsia; }	

.Button
{ font-size: 1.0em;
  font-family: Arial, Verdana;
	color:black;
	font-weight:bold;
	background-color: white;
	text-align: center;
  text-decoration : none;
	vertical-align: middle;
	width:100px;
	margin:3px 3px 3px 3px;
	border-style: outset; border-color:black; border-width:2px;
}

