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

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

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

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

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

