body{
	background: white url(img/bg_alt3.png);
	color: #FFFFFF;
}

main{
	background-image: url('img/bgb_alt3.jpg');
}

nav ul, nav form, nav div, div.result {
	background: #001;
}

a:link, a:visited{
	color: #00C;
}

a:hover, a:active, a:focus{
	color: #009;
}
div.result th, table.alternatingrows tr:nth-child(odd){
	background: #112;
}
