.Body
{
	background-color: yellow;
	border-color: Red;
	font-family: Verdana;
}

.OnButton
{
	background-color: #004679;
	color: Gray;
	border-color: White;
	cursor: default;
	width="110";
}

.OffButton
{
	background-color: Gray;
	color: #004679;
	border-color: #004679;
	cursor: hand;
	width="100";
}

A
{
	color: Yellow;
	text-decoration: none;
}

A:hover
{
	color: Red;
	text-decoration: none;
}

H1
{
	color: #004679;
	font-family: Verdana;
	font-size: large;
}