body {
   font-family:sans;
}

h1 {
  background-color: blue;
  color: white;
  font-size: 20px;
  border-right-style:solid;
  border-right: medium;
  border-bottom-style:solid;
  border-bottom: medium;
  border-bottom-color: blue;
  padding: 5px;
}

h2 {
  color: blue;
  font-size: 16px;
  padding: 5px;
}
table th {
   background-color: navy;
   color: white;
   padding: 5px;
   font-weight: bold;
}
table td {
  text-align: right;
  border: medium navy;
  border-style: solid;
}
table {
  border: medium navy;
  border-style: solid;	
  padding: 2px;
  margin: 10px;  
  border-collapse:collapse;
}

.title {
	margin: 5px;
	padding: 5px;
}
.title img {
   
} 
.maintitle {
  color: navy;
  font-size: 30px;
  text-align: center;
  padding: 5px;
}

.colocation {
  
  text-align: center;
  padding:5px;
}

.menu {

  float: left;
  position:fixed;  
  width:200px;
  background-color: white;
  border: medium;
  border: navy;
  border-style: solid;	
  padding: 2px;
  margin: 10px;  
  text-align: right;
}

.menu ul {
	list-style-type: none; margin:0px;padding:0px;
}

.menu ul a:HOVER {
	background-color: blue;
	color: white;
}
.menu ul a:LINK {
	text-decoration: none;
}
.menu ul a:VISITED {
	text-decoration: none;
}
.content {
	float:right;
	width: 80%;
}

.important {
	background-color: navy;
	color: white;
	padding: 5px;
	font-weight: bold;
}

.important a {
        color: white;
}
.was {
        text-decoration: line-through;
}
