body{
	background: white url(img/bg_alt6.jpg);
}

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

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

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

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