a { 
text-decoration: underline; 
background: transparent; 
color: 553333; 
}

a:hover {
color: CA2021; text-decoration: underline
}

a:active {
color: FFFFFF;
}

body { background-color: D9E1D7; }

li { margin-bottom: .5em; }
ul { margin-bottom: 1.5em; }

.hr { margin-top: 10px; margin-bottom: 10px; text-align: center; }

.content   {
	background-color: F0EFF0; text-align: left; margin-left: 10px; margin-right: 10px;
	color: 553333;  line-height: 16px; font-size: 11px; font-family: Georgia, Palatino, serif;
 }
 
 .content .center { text-align: center; }
 
.nav		{ text-align: center; color: A7938C; line-height: 16px; font-size: 11px; font-family: Georgia, Palatino, serif; }

.footer { color: 553333; text-align: center; margin-bottom: 10px; line-height: 16px; font-size: 11px; font-family: Georgia, Palatino, serif; }

.menu  { background-color: F0EFF0; color: 553333;  line-height: 16px; font-size: 11px; font-family: Georgia, Palatino, serif; }

.motto { color: 553333; text-align: center; line-height: 18px; font-size: 12px; font-style: italic; font-family: Georgia, Palatino, serif; }