A:link { color: blue; }
A:visited { color: blue; }
A:active { color: blue; }
A:hover { color: red; }
BODY { 
color: black;
background-color: white;
font-family:  helvetica, serif;
}
H1,H2,H3 { 
font-family: helvetica, serif;
text-transform: capitalize;
}
TABLE { 
table-layout: fixed;
border: 0;
font-family:  helvetica, serif;
font-size: 18px;
}
TR.list {
	text-align: center;
}
TD {
font-family: helvetica, serif;
}
P, UL { 
color: black;
font-family: helvetica, serif;
font-size: 18px;
}
P.right {
text-align: right;
}
P.menuitem {
border-width: 0;
margin-top: 4px;
margin-bottom: 4px;
}
P.logo {
text-align: center;
border-width: 0;
}
P.address {
text-indent: 10px; 
text-align: center;
}
P.footer {
text-indent: 1em; 
text-align: left;
color: rgb(187,0,187);
font-size: 10px;
}
P.head {
text-align: right;
color: rgb(187,0,187);
font-size: 200%;
font-family: helvetica, serif;
}
P.caption {
font-size: 75%;
font-family: helvetica, serif;
text-align: center;
margin-top: 4px;
}

