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

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