html {
    overflow-y:scroll;
}

body {
	background-color:lightblue;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}

table {
	width:100%;
	border-collapse:collapse;
	background: rgba(255, 255, 255, 0.7);
	}

table.mini {
	border:2px solid black;
	border-collapse:collapse;
	width: 800px;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
	}

td	{
	vertical-align:top;
	text-align:center;
}
th	{
	height:120px;
	background:white;
	}
	
td.b{
	width:170px;
	background: rgba(255, 255, 255, 0.7);
	}
	
td.c{
	text-align:justify;
	padding: 10px;
	}


td.category {
	background-color: grey;
	border:1px solid black;
	
}

img.image {
	width:800px;
}

p 	{
	font-size:20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

p.tiny	{
		font-size:10px;
		}
h1 {
	font-family:Tahoma;
	font-size:36px;
	}
h2 {
	font-family:Tahoma;
	font-size:24px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
ul {
	font-size:20px;
	text-align: left;
}

ul.main_links{
	list-style-type: none;
	font-family:Tahoma;
	
}

ul.navigation{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	width: 170px;
	height: 100%;
	position: fixed;
	overflow: auto;
}

li a {
  display: block;
  width: 180px;
}

li a:hover {
  background-color: #35455e;
  color: white;
  text-decoration: none;
}

.active {
  background-color: #e5513d;
  color: white;
  text-color: white;
  a-color: white;
}

a:link {
	margin-bottom: 10px;
	text-decoration:none;
	font-family:Tahoma;
	color:#444444;
}

a:visited {
	text-decoration:none;
	font-family:Tahoma;
	color:#666666;
}
	
a:hover {
	text-decoration:underline;
	font-family:Tahoma;
	color:black;
}
