/* New Orleans Public Belt Railroad - PRINT style sheet */

/*This section applies to the entire page.*/
body {
margin: 0px;
padding: 0px;
font-size: 12px;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
}

a, a:active, a:visited {
color: #660000;
text-decoration: none;
}

li {
list-style-type: none;
padding: 0px 0px 4px 0px;
margin: 0px;
font-size: 12px;
}

ul {
margin: 10px 0px 10px 0px;
padding: 0px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 26px;
color: #333366;
}

#pagecontainer {
width: 100%;
margin: 0px auto;
}


