HTML, BODY {
color: #000000;
background: #ffffff;
font-size: 10px;
}

p {
font-family: Times New Roman, Garamond, Times;
font-size: 16px;
}

p.byline{
font-family: Times New Roman, Garamond, Times;
font-size: 12px;
}


a {
color: #0000ff; TEXT-DECORATION: none;
}

A:active {
COLOR: #cc00ff;  TEXT-DECORATION: none;
}

A:hover {
COLOR: #113388;  TEXT-DECORATION: none;
}

<--
a.articleLinks {
color: #000000; TEXT-DECORATION: none;
}
-->


A:active {
COLOR: #cc00ff;  TEXT-DECORATION: none;
}

A:hover {
COLOR: #0000ff;  TEXT-DECORATION: none;
}


H1 {
font-family: Garamond;
color: #000000;
font-size: 33px;
font-weight: bold;
margin-bottom: 0px;
}

H2 {
font-family: Garamond;
color: #000000;
font-size: 20px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}

H3 {
font-family: Garamond;
color: #000000;
font-size: 16px;
margin-top: 0px;
margin-bottom: 0px;
}


