body {background-color: #ADDE63}

h1 {color: #A42D22}
h1 {font-family: Arial}

h2 {color: #A42D22}
h2 {font-family: Arial}
h2 {margin-left: 150px}

h3 {color: #A42D22}
h3 {font-family: Arial}
h3 {margin-left: 0px; margin-right: 0px}

ul {color: #00000}
ul {font-family: Arial}
ul {font-size: 12px}
ul {margin-left: 70px}
ul {margin-right: 60px}

ul.two {color: #00000}
ul.two {font-family: Arial}
ul.two {font-size: 120%}
ul.two {list-style-image: url('images/pizza_slice.GIF')}
ul.two {margin-left: 150px}
ul.two {margin-right: 40px}

ol {color: #00000}
ol {font-family: Arial}
ol {font-size: 100%}
ol.square 
{
list-style-type: square
}
ol {margin-left: 1.6cm}
ol {margin-right: 1cm}

p {color: #000000}
p {font-family: Arial}
P {font-size: 100%}
p {margin-left: 120px}
p {margin-right: 100px}

p.two {color: #000000}
p.two {font-family: Arial}
P.two {font-size: 100%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

p.three {color: #000000}
p.three {font-family: Arial}
P.three {font-size: 100%}
p.three {margin-left: 30px}
p.three {margin-right: 0cm}

#navlist ul
{
margin: 100;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 2px 8px 2px 8px;
border: 1px solid #FFFFFF;
background-color: #A42D22;
background-image: url(images/button_down.jpg);
}

#navlist a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#navlist a:hover
{
border: 1px solid #ADDE63;
background-color: #A42D22;
background-image: url(images/button_over.jpg);
color: #ADDE63;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #ADDE63;
background-color: #A42D22;
background-image: url(images/button_over.jpg);
color: #FFFFFF;
}

a.two:link {color: #A42D22; text-decoration: underline; font-weight: bold}
a.two:visited {color: #A42D22; font-weight: bold}
a.two:hover {color: #ADDE63; text-decoration: underline; 
text-decoration: underline; font-weight: bold; background-color: #A42D22}
a.two:active {color: #A42D22; font-weight: bold}

a.three:link {color: white; text-decoration: underline}
a.three:visited {color: white}
a.three:hover {color: #ECAD4D; text-decoration: underline; 
text-decoration: underline}
a.three:active {color: white}



