@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: #7d0000;}

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