a.nav:link   {color: White;
        text-decoration: none;
        font-weight: bold;
}

a.nav:visited   {color: White;
        text-decoration: none;
        font-weight: bold;
}

a.nav:active   {color: Red;
        text-decoration: none;
        font-weight: bold;
}

a.nav:hover   {color: White;
        text-decoration: none;
        font-weight: bold;
        background-color: #788C89;
}

a:link {
	color: #607E7A;
	text-decoration: underline;
}

a:visited {
	color: #607E7A;
	text-decoration: underline;
}

a:active {
	color: Red;
	text-decoration: underline;
}

a:hover {
	color: Red;
	text-decoration: underline;
	background-color: #EFEFDE
}

body      {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
           margin: 30px 0px 0px 0px;
           color: black;
           background: #EFEFDE url(bg_ext.gif) repeat;
}

.box {
	border: thin dotted #607E7A;
	background: #EFEFDE;
}

.nav {
	font-weight: bold;
	color: White;
}

.footer {
	color: White;
}

.footer2 {
	color: #607E7A;
	font-size: smaller;
}
.writeup {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #607e7a;
}

