/* Try to stick to the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */


BODY {
	background: white;
	color: black;
}

BODY, H1, H2, H3, H4, H5, P, TD, LI, BLOCKQUOTE {
	font-family: Times New Roman, serif;
}

P {
        font-size: medium;
}

P.instructions {
        font-size: large;
        font-weight: 600;
}

P.response {
        font-size: large;
        font-weight: 600;
}

.article {
        text-indent: 1em;
}

.disclosure {
        font-size: small;
        text-indent: 1em;
}

.copyright {
        font-size: small;
}

.intro {
        text-indent: 1em;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
}

P.byline {
        font-size: small;
        text-indent: 1em;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

P.byline2 {
        font-size: x-small;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
}

.address {
        padding-left: 2em;
        padding-right: 2em;
}

.question {
        font-weight: 600;
}

.leader {
        font-size: large;
}

.header {
        font-size: medium;
}

.urgent {
        font-weight: 600;
}

.flash {
        font-size: large;
        font-weight: 600;
}

.dateline {
        font-size: small;
}

.issuedate {
        font-size: small;
}

CODE {
        font-weight: 600;
}       

SAMP { 
        font-weight: 600;
}       

A:link {
	color: blue; }
A:visited {
	color: purple;}
A:active {
	background: yellow;
	color: red; }

