body {
color: #ffffff;
background-color: #000000;
font-family: terminal;

}

a {
color: #ffffff;
weight: bold;
text-transform: uppercase;
text-decoration: none;
}

a.visited {
color: #ffffff;
}

#container {
width: 95%;
height: auto;
margin: auto;
padding-top: 15px;
padding-bottom: 10px;
border: 1px dashed #ffffff;
border-top: 1px dashed #ffffff;
}

#banner {
width: 100%;
height: auto;
padding-top: 5px;
padding-bottom: 5px;

}

#navbar {
height: 25px;
width: 100%;
color: #ffffff;
text-align: center;
border: 1px dashed #ffffff;
border-left: none;
border-right: none;
padding-top: 5px;
padding-bottom: 3px;

}

#navbar.a {
color: #ffffff;

}

#navbar.a:visited {
color: #ffffff;

}

#content {
width: 100%;
height: auto;
padding-left: 20px;
padding-right: 20px;
}

#cat {
width: 35%;
float; left;
padding: 5px 5px 5px 5px;
border: 1px dashed #ffffff;
}

#pipe {
width: 18.5%;
float: right;
padding: 2px;
border: 1px dashed #ffffff;
margin-right: 50px;
margin-top: 75px;

}


#footer {
margin: auto;
margin-top: 15px;
width: 65%;
height: auto;
padding: 10px 10px 10px 10px;
text-align: center;
border: 1px dashed #ffffff;
}
