P {
   font-family : "Thesis TheMix", "Georgia", "Times New Roman", "Times", Serif;}


H1 {
	font-family : "TheMixSemiLight", "Georgia", "Times New Roman", "Times", Serif;
	color : white;
	font-weight : 100;
	font-size : 100%;
	color : black; }

H2 {
	font-family : "BureauGrotOneThree", "Verdana", "Arial", "Helvetica", Sans-serif;
	font-weight : 500;
	font-size : 200%;}

H3 {
	font-family : "FFnewBerlinRough", "Verdana", "Arial", "Helvetica", Sans-serif;
   font-weight : 500;
   font-size : 150%;
   text-transform : uppercase; }



BODY {
	font-family : "TheMixSemiLight", "Georgia", "Times New Roman", "Times", Serif;
   color : white; background : black url(bgpast.gif);  background-attachment: fixed; }



A {
	font-weight : bold;
	font-family : "TheMixSemiLight", "Verdana", "Arial", "Helvetica", Sans-serif;
	text-decoration : underline; }


A:visited {
   color : white;
   background : black; }


A:link {
   color : white;
   background : black; }


A:hover {
   color : red;
   background : black; 
   text-decoration : underline; }


A:active {
   color : red;
   background : black; }


