﻿.button1
{
	border: thin solid #507cd1;
	font-size: 0.8em;
    color: #284e98;
    font-family: Verdana;
    background-color: white;
	text-align: center;
	height: 20px;
}

.button1:hover
{
	border: thin solid #507cd1;
	font-size: 0.8em;
	color: #284e98;
	font-family: Verdana;
	background-color: #CCFFCC;
	height: 20px;
	cursor: pointer; 
}