h2 {
    text-align: center;
    color: #0021A3; /* Drk Blue */
    letter-spacing: 1px;
}
h3 {
    text-align: center;
}
#note {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    font-size: small;
}
#formLinkList {
    width: 500px;
    text-align: left;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    border-style: outset;
    border-width: 10px;
    border-color: #61220B; /* color: Drk Red Brwn */
}
#formLinkList h4 {
	font-style: italic;
}
#firstRow a img {
    border: none;
    outline: none;
}
#secondRow a img {
	border: none;
    outline: none;
}
#thirdRow a img {
    border: none;
    outline: none;
}
/* link, active, visited, hover */
#firstRow a:link, a:visited {
	text-decoration: none;
}
#secondRow a:link, a:visited {
	text-decoration: none;
}
#thirdRow a:link, a:visited {
	text-decoration: none;
}
