﻿body {
	font-family: Verdana;
	font-size: 11px
}

Table {
	font-family: Verdana;
	font-size: 11px
}

H1 {
	font-family: Verdana;
	font-size: 12px;
	color: Purple
}

.Info {
	font-family: Verdana;
	font-size: 11px;
	color: Green
}

.Error {
	font-family: Verdana;
	font-size: 11px;
	color: Red
}

.InputText {
	height: 18px;
	border: inset 1px #000000;
	font-size: 11px
}

.InputButton {
	height: 18px;
	border: solid 1px #000000;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	background-color: Purple
}