/*
 Default style sheet
 */

body 
{
	background: #eee;
	color: #333;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

a:link
{
	color: #000080;
}

a:visited
{
	color: #222280;
}


a:active
{
	color: #444480;
}

p
{
	text-align: justify;
	text-indent: 0.5cm;
}

.center
{
	text-align: center;
	text-indent: 0cm;
}

h1
{
margin-top: 5em;
	text-align: center;
}
