	body 		{background-color	: #ffffff;
				 margin			: 0px 0px 0px 0px;
				}
	
	.welcome		{font-family		: arial;
				 font-size		: 18px;
				 color			: #B40000;
				}
a.welcome:hover {
	text-decoration: underline;
}
			
	.about		{font-family		: arial;
				 font-size		: 12px;
				 color			: #000000;
				}
			
	.country		{font-family		: arial;
				 font-size		: 13px;
				 font-weight		: bold;
				 color			: #000000;
				 text-decoration	: none;
				}
			
	.country:hover	{font-family		: arial;
				 font-size		: 13px;
				 font-weight		: bold;
				 color			: #000000;
				 text-decoration	: underline;
				}
			
	.footer	 	{font-family		: Arial, Helvetica, sans-serif;
				 font-size		: 12px;
				 text-decoration	: none;
				 font-weight		: bold;
				 color			: #555555;
				}
	.footer:hover 	{font-family		: Arial, Helvetica, sans-serif;
				 font-size		: 12px;
				 text-decoration	: underline;
				 font-weight		: bold;
				 color			: #555555;
				}

h1, p {
	margin: 0px;
	padding: 0px;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #B40000;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}
td.logo {
	text-align: center;
	padding: 0px;
	width: 16%;
}
td.footer {
	margin-top: 30px;
	text-align: center;
	display: block;
}