body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: none;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#990000;
}

.button {
	background-color:#8079FE;
	width:200; height:30;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:24px;
}

.button:hover{
	background-color:#ffffff;
	color:#8079FE;
}

