body {	
width: 50%;
margin-right: auto;	
margin-left: auto;;
background: #1c305c;
font: 100% Verdana, Arial, Helvetica, sans-serif; color: white;
}

#header {
width:100%;}

#header h1 {
font-style:italic;
color: #1c305c;
text-align: center;
background: gold;
padding; 120px;
}

h4 {text-align: center;}

h1 {
font-size: 130%;
color: white;
margin-left: 0em;
border-right: 2px dotted #ccc;
border-bottom: 2px dotted #ccc;
}

h2 {
font-size: 120%;
color: white;
margin-left: 0em;
border-right: 2px dotted #ccc;
border-bottom: 2px dotted #ccc;
padding-top: 1.5em;
}

p {
line-height: 140%;
text-indent: 2em;
text-align: justify;

}




li {
line-height: 150%;
}

blockquote {
line-height: 150%;
border-left: 2px dotted #ccc;
padding-left: 2px;
}

em { 
font-style: italic;
}

strong {
font-weight: bold;
}


acronym {
font-style: italic;
border-bottom: 2px dotted #ccc;
}


.callout {
font-size:90%;
background: url(callout_r.gif) no-repeat right bottom;
text-align: right;
margin-left: 30%;
padding-right: 4px;
}

.callout p {
background: url(callout_l.gif) no-repeat left bottom;
padding-bottom: 8px;
}

#footer {
font-size: 80%;
color: #999;
border-top: 2px dotted #ccc;
margin-top: 4em;
}


a:link {color: white; text-decoration: underline; }

a:visited {color: white; text-decoration: underline; }

a:active {color: white; text-decoration: underline; }

a:hover {color: yellow; text-decoration: underline; }




/*all.css*/