/* Global style sheet for all www.plussed.net */

body {
font-family: Verdana, Arial, Helvetica, sans-serif ;
font-size: 100%;
}

h1 {
font-size: 150%;
text-align: center;
font-weight: bold;
}

h2 {
font-size: 120%;
text-align: left;
font-weight: bold
}

h3 {
font-size: 100%;
text-align: left;
font-weight: bold
}

table.navbar { 
border-style: none none solid none; 
border-width: thin;
border-color: black;
padding: 2px;
font-weight: bold; 
font-size: 80%;
width: 100%
}

table.footer { 
border-style: solid none solid none  ; 
border-width: thin;
border-color: black;
padding: 2px;
font-weight: normal;
font-size: 70%;
width: 100%
}

td.footer_left { 
text-align: left
} 

td.footer_right { 
text-align: right
}