html,body {
background-color: black;
font-size: large;
height: 100%;
color: #cc0000;
}

img{
padding: 0 0 25px;
}

a{
color: #cc0000;
text-decoration: none;
}
a:hover{
color: #757575;
}


.container{
position: relative;
text-align: center;
margin: 0 auto ;
width: 800px;
}
table{
height: 100%;
}
table.container{
width: 95%;
}

.content{
text-align: left;
border: 1px dashed #ff0000;
padding: 15px 15px 15px;
height: 100%;
}

.static {
text-align: center;
}

.static a{
font-weight: bold;
color: #757575;
}

.static a:hover{
color: white;
}

td.image {
background-color: black;
background-image:url(nsf.gif);
background-repeat: repeat-y;
width: 200px;
}
.footer {
color: #757575;
}
.footer a {
color: #757575;
text-decoration: none;
}
