html,body{
background:#000000;
font-family: Georgia;
margin:0;
padding:0;
height:100%;
border:none
}
#fullheight{height:100%}
#fullheight2{height:100%}

.copyright { color: #FFFFFF; font-size: 10px; }

.solution_text { color: #FFFFFF; font-size: 10px; }

.solution:link { color: #FFFFFF; font-size: 10px; text-decoration: underline; font-weight:bold;}
.solution:visited { color: #FFFFFF;	font-size: 10px;text-decoration: underline;font-weight:bold;}
.solution:active { color: #FFFFFF; font-size: 10px;text-decoration: underline;font-weight:bold;}
.solution:hover { color: #CCCCCC; text-decoration: none; font-size: 10px;font-weight:bold;}

.data { color: #666666; font-size: 11px;}