/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	color: #FF0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	background-color: #000000;
	background-position: center;
	position: relative;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: x-small;
}

a:active {
	color: #990000;
}

a:hover {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
}

p {
	padding: 20px;
	color: #CCCCCC;
	font-size: x-small;
}
.largerfont {
	font-size: small;
}

