body 
{
    background-color: #0d3050;
	color: #ffffff;
	font-family: "Calibri", sans-serif;
}

h1 
{
    text-align: center;
}

h2 
{
    text-align: center;
}

h3 
{
    text-align: center;
}

p 
{    
    font-size: 14pt;
	text-align: justify;
}

a:link 
{
    color: #66cccc;
}

a:visited 
{
    color: #33ccff;
}

a:hover 
{
    color: #ffffff;
}

a:active 
{
    color: #ffffff;
}

ul
{
	list-style-type: square;
	font-size: 14pt;
}

li
{
	font-size: 14pt;
}
