body 
	{
	font-size: 14pt; 
	font-family: courier;
	color: #333333;
	background: #ffffff; 
	margin: 10px;
	text-align: center;
	}

a:link 
	{ 	
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
	}

a:active 
	{ 	
	color: #000000;
	text-decoration: none;
	}

a:visited 
	{ 	
	color: #000000;
	text-decoration: none;
	}

a:hover 
	{ 
	color: #000000; 
	text-decoration: underline;
	}

body {
    background: url(bg-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

img.mainlogo {max-width: 320px; display: block;}
