body {
background-color: #006400;
color: #FFFF00;
}
header {
background-color: #006400;
color: #FFFF00;
}
h3.left {
text-align: left;
font-family: "Algerian", "Century Gothic", Arial, sans-serif;
}
h4.left {
text-align: left;
font-family: "Algerian", "Century Gothic", Arial, sans-serif;
}
p.center {
text-align: center;
font-family: "Century Gothic", Arial, sans-serif;
}
p.left {
text-align: left;
font-family: "Century", "Century Schoolbook", "Times New Roman", Times, serif;
margin: 5px;
}
p.small {
text-align: center;
font-size: 60%;
font-family: "Century Gothic", Arial, sans-serif;
}
a:link {
color: #FFD700;
}
a:visited {
color: #DAA520;
}
a:hover {
color: #FFC125;
}
a:active {
color: #DAA420;
}
ul {
font-family: "Century", "Century Schoolbook", "Times New Roman", Times, serif;
list-style: disc;
}
img.center {
outline: 1px;
border-radius: 8px;
outline-style: solid;
outline-color: #FFFF00;
}
img.right {
float: right;
border: 1px solid #FFFF00;
border-radius: 8px;
margin: 0px 0px 0px 10px;
}
img.left {
float: left;
border: 1px solid #FFFF00;
border-radius: 8px;
margin: 0px 10px 0px 0px;
}
