/*
CSS for The Columbia Press site
*/

body {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   line-height: 125%;
   padding: 20px;
   margin: 10px;
   border: 3px solid black;
}

h1 {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: xx-large;
   line-height: 33px;
   margin: 10px;
}
 
h2 {
   font-size: large;
   font-weight: bold;
}

h3 {
   font-size: medium;
   font-weight: normal;
}

h1, h2, h3 {
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   color: maroon;
}





p {
   font-size: small;
   color: black;
}

a {
   font-weight: bold;
}

a:link {
   color: blue;
}

a:visited {
   color: gray;
}

a:hover {
   text-decoration: none;
   color: red;
}

a:active {
  color: black;
   background-color: orange;
}


a.backwardlink:link {
  color: white;
}
a.backwardlink:visited {
  color: yellow;
}

 #tagline {
    margin: 10px;
}


#tagline p {
   font-family: Times, serif;
   font-size: 180%;
   font-weight: strong;
   font-style: italic;
   text-align: center;
   color: black;
   padding-top: 0;
   padding-bottom: .2em;
   margin: 2px;
}



#navigation {
   float: left;   
   width: 180px;
   height: 550px;
   padding: 4px;
   background-color: #000099;
}
   
.contentconstrained {
   padding-left: 220px;
}   
  


.float {
   float: left;
   width: 180px;
   border-style: solid;
   border-color: black;
   padding: 2px;
   background-color: black;
   clear: both;
}


li {
   list-style-type: none;
   font-size: small;
}
       



#intro {
   padding: 0;
}


