
body {
   background-color: #FFFFFF;
}


h2 {
        margin: 0px;
        padding: 5px;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
        font-size: 16pt;
}

.LinkSection {
	border: 1px solid #339999;
	margin: 10px;
	background-color: #E9EDEF;
	padding: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.LinkSection A {
	text-decoration: none;
	color: #0000FF;
}

.LinkSection A:visited {
	color: #0000FF;
}

.LinkSection A:hover {
	background-color:#CAE4FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

