body {
width: 100%;
margin: 0px;
background-color: #FD9;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size:62.5%;
color: black;
}

td.mandala {
width: 150px;
background: #FD9 url(images/mandala.gif);
}


div.stuff {
width: 95%;
margin: 20px auto;
background-color: E5FFFF;
padding: 10px;
}

div.foot {
width: 95%;
margin: 10px auto;
background-color: #0A1C89;
padding: 10px;
}

div.nav {
width: 700px;
height:30px;
margin: 0px auto;
}

h2 {
font-size: 2em;
font-weight: normal;
text-align: center;
margin-top:15px;
margin-bottom: 20px;
line-height: 1.5;
}

h3 {
font-size: 1.9em;
}

h4 {
font-size: 1.6em;
text-align: center;
}

h4 a:link {
color: #0A1C89;
background-color: white;
text-decoration: none;
}

h4 a:visited {
color: #0A1C89;
/*background-color: #FD9;*/
background-color:#FFFFFF;
text-decoration: none;
}

h4 a:hover {
background-color: #0A1C89;
color: white;
text-decoration: none;
}

h4 a:active {
background-color: black;
color: white;
text-decoration: none;
}

div.foot h4 {
color: white;
}

p {
font-size: 1.5em;
margin: 10px 2em;
}

p.serve {
margin-top: 30px;
}

ul {
list-style-type: square;
}

li {
margin-left: 4em;
font-size: 1.5em;
}
