/* CSS Document */

.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-color: #333333;
	display: block;
	width: 175px;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
	height: 85px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blue:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-color: #333333;
	display: block;
	width: 175px;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
	height: 85px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.shortquestions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #CCCCCC;
	text-transform: none;
}

.bluesmall {
	font-size: 16px;
	font-weight: normal;
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	text-transform: lowercase;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #CCCCCC;
	text-transform: none;
	text-decoration: none;
}
.text a:link{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.text a:visited{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.text a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.longquestions {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	text-transform: lowercase;
}
body {
	background-color: #333333;
}
