body {
        text-align:left;
        margin:0;
        padding:0;
        font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-s
erif;
        background-color: #eaeaea;
}
a:link {
        color: #003366;
        background-color: transparent;
}

a:visited { 
        color: #003366;
        background-color: transparent;
}
a:hover {       
        color: #ccc;
        background-color: transparent;
}

a:active {      
        color: #003366;
        background-color: transparent;
}
h1 {
        font-size: 1.5em;
        text-align:center;
}
h2 {
        font-size: 1.2em;
        text-align:left;
}
h3 {
        font-size: 1.0em;
        text-decoration: underline;
        color: #666;
}
h4 {
        font-size: 1.0em;
}
p {
        text-align: justify;
        font-size: .9em;
}
#holder {
        margin: 0 auto;
        width: 652px;
        border-right:1px solid black;
        border-left:1px solid black;
        background-color: white;
}
#content {
        text-align: left;
        margin:10px 10px 20px 10px;
}
