body {background-color: rgb(255,255,255)}

h1 {color: rgb(75,75,75)}
h1 {font-family: arial}

h2 {color: rgb(75,75,75)}
h2 {font-family: arial}

ul {color: rgb(75,75,75)}
ul {font-family: arial}
ul {font-size: 100%}
ul {margin-left: 40%}
ul.square 
{
list-style-image: url('images/bullet.jpg')
}

ul.two {color: rgb(75,75,75)}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.two {margin-left: 2cm}
ul.two {margin-right: 0cm}
ul.square.two 
{
list-style-image: url('images/bullet.jpg')
}

p {color: rgb(50,50,50)}
p {font-family: arial}
P {font-size: 100%}
p.margin {margin-left: 1cm}
p.margin {margin-right: 1cm}

p.two {color: rgb(255,0,0)}
p.two {font-family: arial}
P.two {font-size: 100%}
p.two {margin-left: 1cm}
p.two {margin-right: 1cm}

a.two:link {color: rgb(50,50,50); text-decoration: none; 
font-weight: bold; font-size: 100%}
a.two:visited {color: rgb(50,50,50); text-decoration: none; 
font-weight:bold}
a.two:hover {color: rgb(216,2,76); background: rgb(255,255,255); 
font-weight: bold; text-decoration: underline}
a.two:active {color: rgb(50,50,50); font-weight: bold}

a.three:link {color: rgb(255,0,50); text-decoration: none; 
font-weight: bold; font-size: 100%}
a.three:visited {color: rgb(255,0,0); text-decoration: none; 
font-weight:bold}
a.three:hover {color: rgb(216,2,76); background: rgb(255,255,255); 
font-weight: bold; text-decoration: underline}
a.three:active {color: rgb(255,0,0); font-weight: bold}

#navcontainer ul
{
margin: 0px;
padding: 5px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold
}

#navcontainer li { margin: 0 0 1px 2px; }

#navcontainer a
{
display: block;
padding: 4px 4px 4px 22px;
border: 1px solid #333;
width: 135px;
background-color: #D8024C;
background-image: url(images/button_down.GIF);
}

#navcontainer a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #D8024C;
background-image: url(images/button_over.GIF);
color: white;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #D8024C;
background-image: url(images/button_down.GIF);
color: yellow;
}


