P {
font-family: helvetica, arial, sans-serif;
font-size: 1em;
font-weight: 400;
font-style: normal;
text-align: left;
background-color:palegoldenrod;
color:black;
border: 5px;
}


P.center {
font-family: helvetica, arial, sans-serif;
font-size: 1em;
font-weight: 400;
font-style: normal;
text-align: center;
background-color:palegoldenrod;
color:black;
border: 5px;
}


H1 {
font-family: helvetica, arial, sans-serif;
font-size: 1.5em;
font-weight: bold;
font-style: normal;
text-align: left;
background-color:palegoldenrod;
color: navy;
}


H2 {
font-size: 1.3em;
font-weight: bold; 
font-family: helvetica, arial, sans-serif;
color: navy;
background-color:palegoldenrod;
text-align:left;
}

h3 {
font-size: 1.1em;
font-family: helvetica, arial, sans-serif;
color:black;
background-color:palegoldenrod;
text-align:left;
}


UL , LI {
font-family: helvetica, arial, sans-serif;
font-size: 1em;
font-weight: 400;
font-style: normal;
background-color:palegoldenrod;
color:black;
}


body {
background-color:palegoldenrod;
margin:50 200;
}

div.border{
border:thin solid yellow;
}

div.padding{
padding:0 20;
}

p.address {
font-variant: small-caps;
text-align: center;
margin-top:-30px;
text-indent:0;
}

a:hover {background-color:yellow;
color:blue;
font-style:italic;
}

a:link {
color:green;
}
a:visited {
color:orange;
}

.emphasis {background-color:yellow;
font-variant: small-caps;
}

hr {color:green;
height:8px;
}

.comment {background-color:red;
color:white;
font-weight:bold;
text-align:center;
}

.groups {margin-left:20px;
}

.superscript {
vertical-align: super;
font-size:.7em;}

.feature{
font-size:1em;
font-weight:800;
text-align:left;
}

.lime, .red, .fuchsia {
font-style:italic;
font-weight:bold;
font-size:1.2em;
}

.lime {
color:lime;
}

.red {
color:red;
}

.fuchsia {
color:fuchsia;
}

table {
font-family: helvetica, arial, sans-serif;
font-size:1em;
border:thin solid gray;
}

td {
border:thin solid lightgray;
padding:5 10;
}

.bold {
font:bold 1em helvetica, arial, sans-serif;
}

.previous {
font-family: helvetica, arial, sans-serif;
float: left;
}

.next {
font-family: helvetica, arial, sans-serif;
float: right;
}
