/* external stylesheet for oregondunebugretals.com */

 body{
     background: linear-gradient(to bottom, #333399 0%, #663399 100%);
     margin-bottom:8em;
    }
.title{
    color:#99FFFF;
    text-align: center;
    font-size:48pt;
    font-weight:bold;
} 
 
     h2 {
        color:#FCFCFC; text-align:center;font-size:26pt;
    }
     h3 {
        color:#FCFCFC; text-align:center;font-size:24pt;text-decoration:underline;font-style:italic;
    }
    tr{
        color:white;
    } 
    p{
        color:white; font-size:12pt;
    } 

a{
    padding:20px;color:#FFCC33;font-size:14pt;
}

footer { 
    margin-top:4em;
    text-align:center;color:white;
    font-size:9pt;
}
