h1, h2, h3 {font-weight: bold; text-decoration: underline; color: #0000FF;}

p {color: #000000;}

a:link {color: #0000FF; text-decoration: underline;}
a:hover, a:active {color: #0000FF; text-decoration: underline; font-weight: bold;}
a:visited {color: #0000AA; text-decoration: underline;}

body {
	background-color: #FFFF00;
	background-image: url(bg2.jpg);
	background-repeat:no-repeat;
	margin:2cm;
}

div.navigation {
	background-color:#FFFFCC;
	align:center;
	max-width:30%;
	float:left;
	margin-right:1cm;
	line-height:200%;
	padding:1cm;
	border-style:double;
	border-width:middle;
	border-color:red;
}

#footer {
	margin-top:25;
	width:100%;
	float:left;
}