@charset "UTF-8";
/* CSS Document */

body, html {margin:0px; }

img {border:none; }

.centeralign {
	text-align: center;
}
.rightalign {
	text-align: right;
}
.alt_table_bg tr:nth-child(even) {background: #ae7753;}

.results { font-family: 'Merriweather', serif; font-weight: 300; font-size:19px; color:#3d190d; }
.results a { text-decoration:none; color:#3d190d;}
.results a:hover {
	color:#ffffff;
}