@charset "UTF-8";
body {
    background-color: #b7c0ad;
}
h1 {
    color: #660000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 120%;
}
p {
    color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 120%;
}
a:link {
    color: #4f5fc3;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #333333;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: darkorange;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
	color: palegoldenrod;
	background-color: transparent;
	text-decoration: underline;
	text-align: center;
	font-size: 120%;
}
table#t01 {
border: 1px solid black;
width: 100%;    
background-color: #bec0ad;
border-collapse: collapse;
}
