﻿/* CSS layout */

body {
	background-color:gray
}
#masthead {
	background-image: url('toplogga.jpg');
}
#top_nav {
}
#page_content {
	margin: 20 px;
}
#footer {
}
a {
	text-decoration: none;
	color: #EEEEEE;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}

