@charset "utf-8";
/* CSS Document */

body,td,th {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    color: hsla(0,0%,100%,1);
    font-size: 42px;
}
body {
    background-color: #5A4262;
}
	a {
    color: white;
    font-size: 14px;
		font-weight: lighter;
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	}
	a.visited  {
	color:white;	
		
	}

