body
{
    background-color: #193866;
    font-family: Arial;
    font-size: 62.5%;
    text-align: center;
}

p, ul, blockquote, pre, label 
{
	margin: 0px;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
h1, h2, h3, h4, h5
{
    color:#305488;
	margin: 0px;
	padding: 0px;
}
p
{
	line-height:1.25em;
	margin-top:0em;
	margin-bottom:1em;
}
ul
{
	margin:.25em 0em 1em;
}
li
{
	line-height:1.25em;
	list-style-type:square;
	color:#666666;
}
a, a:link
{
	color: #224B87;
	text-decoration:none;
}
a:visited
{
	color: #4E82D0;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a:active
{
	color: #000000;
	text-decoration: none;
}
ul
{
	margin: 0px;
	padding-left: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}

li
{
	margin-bottom: .5em;

}
strong
{
    /*font-weight:normal;*/
}