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

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

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

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

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