* {
	font-family: Arial;
}

body {
	background-color: #FFF;
}
a {
	color:#666;
}
p, td, ul, li {
	font-size:12px;
}

hr {
	background-color: #666;
	border: 1px solid #666;
}

table.inscriptions td {
    font-family: "Oswald Light", Arial;
    border:1px solid #aaa;
}

table.inscriptions tr:nth-child(even) {
	background: #fff;
}
table.inscriptions tr:nth-child(odd) {
	background: #fff;
}

table.inscriptions tr:first-child td {
	background-color: #fff;
	color:#000;
}
