/* CSS Document */
@font-face {
     font-family: mashyBongGossip;
     src: url(../fonts/mashybng.ttf);
 }
@font-face {
     font-family: mashyCutFelt;
     src: url(../fonts/mashycft.ttf);
 }
 @font-face {
     font-family: mashyDroopShadow;
     src: url(../fonts/mashydsh.ttf);
 }
 @font-face {
     font-family: mashyFire;
     src: url(../fonts/mashyfir.ttf);
 }
 @font-face {
     font-family: mashyJigsaw;
     src: url(../fonts/mashyjig.ttf);
 }
 @font-face {
     font-family: mashyShona;
     src: url(../fonts/mashysho.ttf);
 }
 @font-face {
     font-family: mashyValentine;
     src: url(../fonts/mashyval.ttf);
 }
 html	{
   font-size: 1em;
   color: #000;
   font-family: Arial;
}
 div1 {
     font-family: mashyBongGossip;
	 font-size: 50px;
 } 
 div2 {
     font-family: mashyCutFelt;
	 font-size: 50px;
 } 
  div3 {
     font-family: mashyDroopShadow;
	 font-size: 50px;
 } 
  div4 {
     font-family: mashyFire;
	 font-size: 50px;
 } 
  div5 {
     font-family: mashyJigsaw;
	 font-size: 50px;
 } 
  div6 {
     font-family: mashyShona;
	 font-size: 50px;
 } 
  div7 {
     font-family: mashyValentine;
	 font-size: 50px;
 } 
  table.center {
    width:80%; 
    margin-left:15%; 
    margin-right:15%;
 }
 tr.grey {
	background-color: grey;
 }
  
 th, td {
    padding: 15px;
	border: 1px solid black;
	background-color: white;
}

p2	{
	font-size: 10px;
	color: gray;
}
body {
	background-color: black;
}
