DIV#links {
font-family: Verdana, Helvetica, Arial, sans-serif;
height: 20%;
background-color: #ffffff;
border: 2px #000080 solid;
font-size: 100%;
width: 95%;
}

DIV#links h1 {
background-color: #000080;
color: #ffffff;
font-size: 105%;
text-align: center;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
font-weight : bold;
width: 100%;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

DIV#links A {
padding-right: 10px;
display: block;
padding-left: 10px;
background-color: #ffffff;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 1px;
margin-right: 0px;
color: #000080;
padding-top: 5px;
text-align: left;
font-weight: bold;
text-decoration: underline;
}

DIV#links A:hover {
background-color: #fee2ec;
color: #0000ff;
font-weight: bold;
}

.center {
	text-align: center;
}
