﻿body
{ 
	padding: 0px;
	margin: 10px;
	font-family: Sans-Serif;
	background-color: #DDEEFF;
	color: #003366;
	
	background-image: url('images/cloud.png'); 
	background-repeat: no-repeat; 
	background-position: 10px 10px;
}

a:link,  a:visited
{
	color: #003366;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h1
{
	padding-left: 80px;
}

ul
{
	margin-top: 40px;
}

li
{
	list-style-type: none;
}

a
{
	display: inline-block;	
	background-repeat: no-repeat;
	line-height: 48px;
	padding-left: 60px;
}

