/* Universal styles for the entire Portfolio */


body {
    margin : 0px;
    border : 0px;
    padding : 0px;
    background-position : top left;
    background-attachment : fixed;
    background-repeat : no-repeat;
    }
body, td, p {
   font-family : Georgia, "Times New Roman", Times, serif;
   font-size : 12px;
   line-height : 18px;
   color : #D7D3C5;
   font-weight : bold;
   }

img {
    margin : 0px;
    border : 0px;
    padding : 0px;
    display : inline;
    }
div.copyblock {
    margin : 0px;
    border : 0px;
    padding : 5px;
    }

p {
    margin-bottom : 14px;
    }
p.first {
    text-indent : 0px;
    }
p.first:first-line {
    font-variant : small-caps;
    letter-spacing : 1px;
    }

a, a:link, a:visited {
    color : #65707D;
    text-decoration : none;
    font-weight : bold;
    }
a:hover, a:active {
   color : #D7D3C5;
    }
    
.secnav {
    font-variant : small-caps;
    letter-spacing : 1px;
}