body {
	background-image: url(./media/ssb-1.png);
	background-repeat: no-repeat;
	background-position: top;
   	font-family: arial;
   	text-align: center;
}

#A {
	font-family: arial;
   background: transparent;
   width: 80%;
   margin-top: auto; 
   margin-left: auto;
   margin-right: auto;   
}

#footer {
   background: transparent;
   margin-left: auto;
   margin-right: auto;
}

#nav {
	font-family: arial;
	margin-top: 100;
}

.floatright { float: right; margin: 10px 10px 10px 10px; }

.floatImgLeft { 
	float: left; 
	margin-top: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
}

H1 {text-align: center;}

table {
	margin-left: auto; margin-right: auto; 
}

table.noborder {
   border-style: none;
}

table.border {
    border-color: red;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

td {
   valign: top;
}

A {text-decoration: none;}

hr {
   height: 1px;
   color: red;
   background-color: red;
   border: 0;
}
