a:active {
	color: blue;
}
a:link {
	color: blue;
}
a:visited {
	color: maroon;
}


  #headerBox { 
    height: 175px;
    min-width: 800px;
    background-color: dodgerblue;
	 background-image: url(../images/hd_back.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
    }

  .title { font-family: Times New Roman,helevetica,arial,sans-serif;
    font-size: 280%;
    font-weight: bold;
    font-style: italic;
    line-height: 0.9em;
    padding-left: 300px;
    position: relative;
    top: 15%;
    color: gold;
    }

  #menuBox {
	 background-color: dodgerblue;
    }
h1,h2 {
	text-align: center;
	color:maroon;
}
th {
	background-color: maroon;
}
.content {
	margin-top: 2em;
	margin-left: 2em;
}
