﻿a:link {
	
	color:black;
	text-decoration:none;
}

a:hover {
	
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	
	color: #623117;
	
}
body {
	background: #fefefe;
	color: #623117;
	font-family: Georgia, serif;
	font-size: medium;
	background-image: url('images/tile2.jpg');
}

.header {
	background-image:url('images/gok_fill1.jpg');
	background-repeat:repeat-x;
	
}

.nav {
	
	background-color: #84974f;
	color: #623117;
	font-family:Georgia, serif;
	
}


.piclicense {
	
	font-size: x-small;
	text-align:center;
}

.content {
	
}



.footer {
	
	background-color: #84974f;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
}