body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; color: #000000}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small}

.mytext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #9DBAEE;
}
.button {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6495ED;
	background-color: #CADAF6;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #6495ED;
	width: 15em;
	cursor: hand;
}

.buttonactive {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C67EB;
	background-color: #9DBAEE;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #1C67EB;
	width: 15em;
}