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

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

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

a:link, a:visited{
	color: #909;
}

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