
html	{
	background-color: #203075;
	background-image : url("img/back.jpg");
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	}

h1	{
	font-size:medium; 
	text-align: center;
	color: #fff;
	}

ul	{
	list-style-type: none;
	font-size:smaller;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
	}

li	{
	line-height: 2;
	padding: 1px;
	background-color: transparent;
	}

a	{
	text-indent: 1em;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	color: #005;
	text-decoration: none;
	border-color: #fafafa;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	}

a:visited	{
	text-decoration: none;
	}

a:hover	{
	color: #000;
	background-color: #fff;
	border-color: #55d;
	}

img	{
	padding: 50px 0 0 0;
	}
