html
{
	background-color: black;
}

body
{
	font-family:sans-serif;
	font-size:0.5cm;
    line-height:0.4.5cm;
}

img
{
	width: 100%;
}

h1
{
	text-align:center;
	padding-top:20px;
	text-transform:uppercase;
	color: #ffd88e;
}

h2
{
	color: red;
	text-transform: uppercase;
}

h3
{
	text-align: center;
	text-transform: uppercase;

}

#main
{
	background-color: white;
	padding: 0cm 1cm 1cm;
	padding-top: 10px;
}

#footer
{
	position: absolute;
	background-color: skyblue;
	color: grey;
	width: 30%;
	text-align: center;
}

#menu
{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-transform: none;
	text-align: center;
}

#items
{
	float: left;
}

a:link, a:visited
{
	display: block;
	width: 120px;
	font-weight: lighter;
	color: lightyellow;
	background-color: black;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover 
{
	color: #4682b4;
}

a:active
{
	color: #4682b4;
}

#hyperlink
{
	display: inline-block;
	color: blue;
	background-color: white;
	text-decoration: underline;
	text-transform: lowercase;
}

span
{
	color: skyblue;
	text-transform: uppercase;
}

table
{
	width: 100%;
	table-layout: fixed;
}

td
{
	padding: 50px;
	vertical-align: top;
}

strong
{
	color: blue;
}

.logo
{
	display: inline;
	vertical-align: top;
	width: 70px;
	height: 70px;
	margin-right: 1px;
	float: right;
}
