/* for Final Project -- my pbwebpage */
/* 2a2c31 is really a dark navy, almost black, ffffff is white, 000000 is black, ff0000 is red*/

body{
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
color: #ffffff;
background-color: #2A2C31 
}

tbody{ 
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
color: #2A2C31;
background-color: #ffffff 
}

h1{
font-size: 2.5em;
font-variant: small-caps;
margin-bottom: -.15em
}

h2 {

font-size: 1.25em;
margin-bottom: .25em
}

h3 {
font-size: 1em;
margin-bottom: -.75em
}

p, ul {
font-size: .8em;
line-height: 170%
}

tfoot {
/*with color:#ff0000; all white no lettering*/
background-color:#ff0000;
font-size: .6em;
text-align: center
}

img {border: none}

.header {
color:#000000;
background-color:#ffffff
}
/*.list-nav playing with a different way
 {*/
.nav_bar { 
color:#ffffff;
background-color: #ff0000;
background-repeat: repeat-x;
text-align: center;
font-size: 1em
}

.sidebar {background-color: #ff0000}


.main_content {
color:#000000;
background-color: #ffffff
}



a.img:link {
text-decoration: none;
border-bottom: none
}

a.img:visited {
text-decoration: none;
border-bottom: none
}

a.img:hover {
text-decoration: none;
border-bottom: none
}

a.img:active {
text-decoration: none;
border-bottom: none
}

