@charset "UTF-8";
/* CSS Document */

body {
	background-color: #191617;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8c8c8;
	line-height: 15px;
}
.bold_body_text {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8c8c8;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c8c8c8;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #c8c8c8;
}.bold_body_underlined {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.header {
	font-size: 18px;
	color: #FFFFFF;
}


.yes_no {
	color: #191617;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
     margin-left:88px;
}

.big a { font-size: 80px;
     line-height: 100px;
     position: relative;
}
.big a .smaller {
     display: none;
     font-size: 32px;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 900px;
}
.big a:hover {
        color: #333333;
}
.big a:hover .smaller {
     color: white;
     display: inline;
}