body  {
font-family : Verdana, sans-serif;
background : #FFFFFF;
}

a:link  {
color : #000080;
text-decoration : underline;
}

a:active  {
color : #000080;
text-decoration : underline;
}

a:visited  {
color : #000080;
text-decoration : underline;
}

a:hover  {
color : #800000;
text-decoration : underline;
}

#header  {
margin-bottom : 20px;
}

#header img  {
border : none;
}

#navbar  {
font-size : small;
padding-top : 10px;
float : left;
margin-right : auto;
padding-right : 10px;
width:150px;
}

#content  {
font-size : small;
float : left;
padding-left : 10px;
width : 400px;
}

#content .title  {
text-align: center;
font-size : large;
padding : 5px;
}

.subtitle {
font-size : larger;
text-decoration : underline;
}

#footer  {
font-size : x-small;
margin-left : 20%;
margin-right : 20%;
}

br.clear  {
clear : both;
}

.cmd {
	color: #800000;
	font-family: lucida typewriter, lucidatypewriter, monospace;
	font-size: 90%;
}

