@charset "UTF-8";
body {
		background-color: #000099;
}




#content {
width: 90%;
margin:0 auto;
border:3px double #ffffcc;
background-color:#ffffff
}

#content h1 {
font-family:"Times New Roman", Times, serif;
font-size:1.15em;
color:#333333;

}

#content h2 {
font-family:"Times New Roman", Times, serif;
font-size:1em;
color:#333333;

}

#content p {
color:#333333;
padding: 0 3em;
font-family: Arial, Helvetica, sans-serif;
font-size:85%;
line-height:150%;
}

#content ol {
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:85%;
line-height:150%;
margin-left: 2em
}


