body {
font-family:		trubuchet, arial, sans-serif;
background-color:	silver;
color:			black;
}

a {
color:			black;
text-decoration:	underline;
}

a:hover {
font-style:		italic;
}

a.visited {
color:			black;
}

#header {
border-bottom:		solid 1px black;
}

#content h2 {
background:		silver;
color:			black;
font-size:		larger;
}

#content h2 a {
text-decoration:	none;
color:			black;
}

.floatleft {  }
.floatright {  } 

.left {
text-align: justify;
}

.right {
}

.right ul 
{
list-style-type: none;
}
.right ul li a {
text-decoration: none;
}
.right ul li a:hover {
text-decoration: underline;
}

#footer {
text-align: center;
font-size: small;
}
