body
	{
		font-family: century gothic;
	}

p 
	{
		font-family: century gothic;
		font-size: 80%;
		margin-right: 30px;
		margin-left: 30px;
	}
	
a.linkpage
	{
		color: #54AEDA;
		text-decoration: none;
	}
	
a.linkpage:hover
	{
		text-decoration: underline;
	}
	
li
	{
		text-indent: 40px;
		margin-right: 20px;
		font-size: 80%;
	}

img.left
	{
		float: left;
		border: 0px;
		margin-right: 20px;
		margin-left: 0px;
	}

p.nav
	{
		font-family: century gothic;
		font-size: 100%;
		text-align: center;
		color: ffffff;
		margin-right: 0px;
		margin-left: 0px;
	}
	
a.nav
	{
		color: #ffffff;
		text-decoration: none;
		
	}

a.nav:hover
	{
		text-decoration: underline;
	}
	
H1
	{
		font-family: century gothic;
		font-size: 175%;
		color: 54AEDA;
		margin-left: 30px;
		margin-top: 20px;
		font-weight: normal;
	}
	
H3
	{
		font-size: 125%;
		color: 000000;
		margin-top: 20px;
		text-align: center;
		font-weight: bold;
	}
	
td.bottom
	{
		text-align: top;
	}