/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	width:100%;
	height:100%;
	margin:5px;
	line-height: 1em;
}
a
{
	font-weight: bold;
	text-decoration:none;
	color:#003399;
}
a:hover
{
	text-decoration:underline;
}
a:visited
{
	color:#003399;
}
.header
{
	padding:50px;
	text-align:center;
}
.main
{
	text-align:center;
}
.main h1
{
	font-size:2em;
	font-weight:bold;
}
.main p
{
	font-weight:bold;
}
.navigation ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.navigation ul li
{

}
.navigation h2
{
	font-size: 1.2em;
}
.footer
{
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
}
