
@font-face {
	font-family: 'Shippori Antique B1';
		src: url("../Fonts/ShipporiAntiqueB1-Regular.ttf") format("ttf");
}


@font-face {
	font-family: jlg-Thin;
			src: url('../Fonts/jlg-Thin.woff') format('woff');
			font-weight: normal;
			font-size: normal;
}

@font-face {
	font-family: jlg-Bold;
			src: url('../Fonts/jlg-Bold.woff') format('woff');
			font-weight: bold;
			font-size: normal;

}

/*The Jean-Luc typeface was designed and made by Atelier Carvalho Bernau on the occasion of the 80th birthday of Jean-Luc Godard. It is available free of charge from http://www.carvalho-bernau.com/jlg/

Jean-Luc typeface Copyright (c) 2010 Atelier Carvalho Bernau
*/

.home,
.even,
.odd {
font-family: 'jlg-Bold', helvetica, sans-serif;
font-size: 45px;
}

.odd {
color: white;
}

.home,
.even {
color: rgb(57,70,142);
}

.listbody {
font-family: 'Shippori Antique B1', sans-serif;
margin-left: 2in;
text-align: left;
background-color: black;
color: rgb(238,62,70);
font-size: 24px;
}


