BODY {
background: #9966ff;
color: #000000;
}

TD.content {
background: #cc99ff;
color: #000000;
border: solid black 2px;
}

H1,H2,H3 {
background: #cc99ff;
color: #000000;
text-align: center;
}

HR {
background: #cc99ff;
color: #000000;
border: solid black 1px;
}

P {
background: #cc99ff;
color: #000000;
text-align: left;
margin-left: 10px;
}

P.cent {
background: #cc99ff;
color: #000000;
text-align: center;
}

P.text {
background: #cc99ff;
color: #000000;
text-align: justify;
margin-left: 30px;
margin-right: 30px;
}

A:visited {
background: transparent;
color: #9900cc;
text-decoration: underline;
}

A:link {
background: transparent;
color: #0000ff;
text-decoration: underline;
}

A:hover {
background: #ffffff;
text-decoration: underline overline;
}

IMG {
border: 0px;
}

TD.nav {
background: #9966ff;
color: #000000;
}

P.nav {
background: #9966ff;
color: #000000;
text-align: center;
}

A.nav {
display: block;
height: 40px;
width: 150px;
background: transparent;
color: #0000ff;
}

A:hover {
background: #ffffff;
}

A.img:hover {
background: transparent;
}

ADDRESS {
background: #cc99ff;
color: #000000;
text-align: left;
margin-left: 10px;
}