/* Basic styling rules for body text */

body
{
    font: 12px/20px Verdana, sans-serif;
    margin: 1ex 10%; /* sets the top/bot and lt/rt margins */
    background-color: white;
    color: black;
}

/* To indent non-first paragraphs */
/* p+p { text-indent: 1.5em; } */

p.indent   { text-indent: 1em; }
p.noindent { text-indent: 0em; }
p.justify  { text-align: justify; }

img { border-width: 0pt; }

/* Specify the styling for link elements */

a { text-decoration: none; }
a:link    {color: blue;}
a:visited {color: purple;}
a:active  {color: red;}
a:hover   {color: red; }

/* Headers */

#pageBody h1,#pageBody h2,#pageBody h3,#pageBody h4,#pageBody h5,#pageBody h6
{
    color: #666;
    text-transform: lowercase;
    background: transparent;
    padding: 0;
    text-align: left;
    font-weight: bold;
    margin: 20px 30px 7px 0px;
    font: bold 12px/20px Verdana, sans-serif;
}

#pageBody h1 { font: bold 35px/45px Verdana, sans-serif; }

#pageBody h3 { font: bold 17px/28px Verdana, sans-serif; }

#pageSegment h1,#pageSegment h2,#pageSegment h3,#pageSegment h4,#pageSegment h5,#pageSegment h6
{
    color: #666;
    text-transform: lowercase;
    background: transparent;
    padding: 0;
    text-align: left;
    font-weight: bold;
    margin: 10px 30px 7px 0px;
    font: bold 12px/20px Verdana, sans-serif;
}

#pageSegment h1 { font: bold 35px/45px Verdana, sans-serif; }

#pageSegment h2 { font: bold 25px/35px Verdana, sans-serif; }

#pageSegment h3 { font: bold 17px/28px Verdana, sans-serif; }

#projectSegment h1,#projectSegment h2,#projectSegment h3,#projectSegment h4,#projectSegment h5,#projectSegment h6
{
    color: #666;
    text-transform: lowercase;
    background: transparent;
    padding: 0;
    text-align: left;
    font-weight: bold;
    margin: 20px 30px 7px 0px;
    font: bold 12px/20px Verdana, sans-serif;
}

#projectSegment h1 { font: bold 35px/45px Verdana, sans-serif; }

#projectSegment h2 { font: bold 25px/35px Verdana, sans-serif; }

#projectSegment h3 { font: bold 17px/28px Verdana, sans-serif; }
