/* CSS Document */

body {
	background-color:#ffffff;
	font-family: Tahoma, serifSansSerifMonospace, Verdana, Arial, Helvetica, sans-serif;;
}

.instructions {

	font-size: 11px;
	font-weight: bold;
	color=#696969;
}

.prompt {

	font-size: 8pt;
}

.directions {

	font-size: 11px;
	font-weight: bold;
	color=#696969;
}

input {

	font-size: 11px;
}
a {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
}
.footer {

	font-size: 10px;
	font-weight: bold;	
}


