html {

padding:0; margin:0;
}

img {
    padding: 0;
    display: block;
    margin: 0 auto;

}

@font-face {
    font-family: myFont;
    src: url(sansation_light.woff);
}

body {
    background-color: 00000;
    'background-color: FFe3e3;
    'background-color: fbe6e1;
    padding:0; margin:0;
    background-image: url("Plexus2.jpg");
	
	display: flex; flex-direction: column;
	font-family: 'Baskerville', 'Baskerville Old Face', 'Times', 'Open Sans', 'sans-serif';
}


h1 {
    color: yellow;
    margin-left: 20px;
}

@font-face {
    font-family: "Nazal";
    src: url(nasalization-rg.ttf) format("truetype");
}

table { 
font-size: 13px;
color: white;
font-family: 'Verdana', 'Nazal', 'Arial', 'Open Sans', 'sans-serif';
border-spacing: 0;
border-collapse: collapse;


}
.table1 {
background: rgba(0,0,0,0.4);
}

.content { 	flex: 1 	}


.tableFoot {
	text-align: center;
    font-family:  'Verdana', 'Nazal', 'Baskerville', 'Open Sans', 'sans-serif';
    font-weight: normal;
    color: gray;
    font-size: 10px;
}

.footer{
    position:fixed;
    height:23px;

    background: rgba(0,0,0,0.3);
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
    text-align: center;
    line-height: right;
    font-family:  'Verdana', 'Nazal', 'Baskerville', 'Open Sans', 'sans-serif';
    font-weight: normal;
    color: gray;
    font-size: 10px;
}



a {
  transition: color .4s;
  color: Black;
}


a:link,	   
a:visited { 
	color: rgba(202,202,200,1); 
	text-decoration: none;
		}
a:hover   { 
	color: rgba(100,100,130,1);; 
	text-decoration: none;
		}
a:active  {
	text-decoration: none;
  transition: color .3s;
  color: white;
}

.link { text-decoration: none; }


