

a {text-decoration: none; }

body
{
background-color:#404040;
color:white;


 margin-top: 0px;
 margin-bottom: 25px;
 margin-left: 50px;
 margin-right: 25px;
}

h1
{
color:white;
text-align:left;
}

p
{
font-family:"Times New Roman";
font-size:30px;
color:white;
}

table
{
border-collapse:collapse;
}

table,th, td
{
/*border: 1px solid white; */    
padding:0px;
}

table, td, th
{
color:white;
}

th
{
background-color:darkgrey;
color:white;
}

tfoot {
display: table-footer-group;
vertical-align: middle;
/*border-color: inherit;*/ }


/* unvisited link */
a:link {
    color: orange;
}

/* visited link */
a:visited {
    color: orange;
}

/* mouse over link */
a:hover {
    color: gold;
}

/* selected link */
a:active {
    color: gold;
}


