/* style sheet for front page */

body	{
				background-color: #4682b4;
				font: 10pt Arial, sans-serif;
				color: #ffffff;
			}
			
.box	{
				position: absolute;
				margin: 5px;
			}

img		{
				border: 0;
				text-decoration: none;
			}
					
h2		{
				font-size: 18pt;
				margin: 0
			}
			
a	{color: #ffffff;}
			
.center	{
				text-align: center;
			}