﻿body 
{
	background-color:#5ea5ff;
	margin: 0px;
	position: absolute;
	color: white;
	font-family: Tahoma, Arial, 'MS Mincho';
}

.BlueLink, a.BlueLink, a:link.BlueLink , a:active.BlueLink , a:visited.BlueLink , a:hover.BlueLink 
{
	color:Blue;
	text-decoration:underline;
}

.LeftImage {float:left; margin: 0 1em 1em 0;}
.RightImage {float:right; margin: 0 0 1em 1em;}
