BODY
{
background-color: white;
width: 600px;
font-family: "Times New Roman", sans-serif;
color: black;
text-align: left
}

H1
{
text-align: center
}

A:link { color: red }
A:visited { color: black }
A:active { color: orange }

.indented
{
text-indent: 5em
}

.objective
{
font-weight: bold;
font-style: italic
}

.header, .footer
{
text-align: center;
font-style: italic
}


