body
{
background: #000000;
font-size: 100%;
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
color: #d4d4d4;
text-align: center;
margin: 0;
padding: 0;
}
table
{
margin-left:auto; 
margin-right:auto; 
border: 0px;
padding: 0px; 
}
hr
{
width: 50%;
height: 1px;
}
.red
{
color: #ff0000;
}
.left
{
text-align:left;
}
.right
{
text-align:right;
}
.center
{
text-align:center;
}
.note
{
font-size: 0.5625em;
}
.menu
{
font-size: 0.6875em;
}
.space
{
font-size: 0.375em;
margin-top: 0px;
margin-bottom: 0px;
}
.quote
{
font-style: italic;
}
.under
{
text-decoration:underline;
}
.bold
{
font-weight: bold;
}
.banner
{
margin-top: 0px;
margin-bottom: 0px;
font-size: 0.6875em;
}

/*paragraphs and text*/

p
{
text-decoration: none;
font-size: 0.75em;
margin-top: 10px;
margin-right: 25px;
margin-bottom: 10px;
margin-left: 25px;
}
li
{
font-size: 0.75em;
margin-top: 10px;
margin-right: 25px;
margin-bottom: 10px;
margin-left: 25px;
text-align: left;
}

address
{
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 60px;
text-align: left;
font-size: 0.75em;
}

/*headers*/
h1
{
font-size: 1.5em;
}
h2
{
font-size: 1.125em;
}
h3
{
font-size: 1em;
}
h4
{
font-size: 0.875em;
}
h5
{
font-size: 0.75em;
}
h6
{
font-size: 0.625em;
}

/*links*/
a
{
text-decoration: underline;
font-style: normal;  
color: #ffffff;
}

a:link
{ 
text-decoration: underline; 
}
a:visited
{
text-decoration: underline; 
}
a:focus
{
color: #ff0000;
-moz-outline-style:none; 
}
a:hover 
{
color: #ff0000;
}
a:active
{
text-decoration: underline; 
}
a.headline
{
color: #ff0000;
}
a.imag
{
text-decoration: none;
}

/*cost of war stuff*/

#costOfWarTotal 
{ 
font-size: 0.6875em;
}

#costOfWarTotal_Total 
{ 
color: #ff0000; 
} 
#costOfWarTotal_Link 
{ 
display:none;
} 

#costOfWarIraq 
{ 
font-size: 0.6875em;
} 
#costOfWarIraq_Total 
{
color: #ff0000; 
} 
#costOfWarIraq_Link 
{
display:none;
}

#costOfWarAf 
{ 
font-size: 0.6875em;
} 
#costOfWarAf_Total 
{
color: #ff0000; 
} 
#costOfWarAf_Link 
{
display:none;
}

div.subchptr
{ 
width:80%; 
margin-left:auto; 
margin-right:auto; 
padding: 0px;
border: 0px;
}

#example2{ /*Demo 2 main container*/
width: 100%;
margin-left:auto;
margin-right:auto;
border: 0;
padding: 4px;
background-color: #0000;
color:#000000;
text-align:center;
}

#example2 ul{ /*Demo 2 UL container*/
margin-left:auto;
margin-right:auto;
text-align:center;
}

#example2 ul li{ /*Demo 2 LI that surrounds each entry*/
margin-left:auto;
margin-right:auto;
text-align:center;
}
#example2 a
{
color:#ff0000; 
}
code{ /*CSS for insructions*/
color: #d4d4d4;
}