/* CSS Document */
a:link img{
  border-style: none;
}

a:visited img{
  border-style: none;
}

a:hover img{
  border-style: none;
}

a:active img{
  border-style: none;
}

.disclaimer{
	font-size: x-small;
	position: relative;
	left:0px;
	visibility: visible;
	border: none;
}

.nav{
	position: absolute;
	top: 10px;
	left: 5px;
	vertical-align: middle;
	width: 120px;
	display: block;
	visibility: visible;
	border: none;
}

.header{
    text-align: right;
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    visibility: visible;
    border: none;
}

div.header{
    align: right;
    visibility: visible;
    border:none;
}

.body{
    position: absolute;
    top: 200px;
    left: 150px;
    bottom: 50px;
    display: block;
    visibility: visible;
    border: none;
}

.body ul lh{
   font-weight: bold;
   font-size: large;
   
}

.body ul{
   list-style-position: inside;
}

.body table tr td{
   text-align: center;
}

.body table tr td a{
   text-align: center;
   text-decoration: none;
}
.updateproject{
	color: green;
}
.deadproject{
 	color: red;
}
div{
    position: fixed;
    height: 40px;
    background-color: white;
    border: black solid 1px;
    bottom: 0px;
    left: 150px;
    right: 20px;
    visibility: hidden;
}

