@charset "UTF-8";
.container table tr th {
	text-align: left;
	font-family: Futura;
	color: #AAA;
/* Tablet Landscape */

@media screen and (max-width: 1060px) {

    #primary { width:67%; }

    #secondary { width:30%; margin-left:3%;  



/* Tabled Portrait */

@media screen and (max-width: 768px) {

    #primary { width:100%; }

    #secondary { width:100%; margin:0; border:none; }



.cour {
	font-family: "Courier New", Courier, monospace;
}
.container table tr .cour {
	font-family: Futura;
}
.fut {
	font-weight: normal;
}
.fut2 {
	font-family: Futura;
}
.bigger {
	font-size: 100px;
}
.container table tr .bigger {
	font-size: 25px;
}
.darker {
	color: #888;
}
.size {
	font-size: 25%;
}
.container table tr .size {
	font-size: 35px;
}
.mar-rt {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAA;
	font-size: 14px;
	text-align: right;
}
.purp {
	color: #AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textsize {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cred {
	color: #69C;
}
