
h1
{
font-family: cursive;
font-style: oblique;
font-weight: 600;
color: purple;
font-size: 20pt;
text-align: center;
}

h2
{
font-size: 15pt;
}

.bottom
{
font-size: 7pt;
color: blue;
text-align: right;
}

.caption
{
font-size: 12pt;
font-family: sans-serif;
border: red solid 3px;
padding: 4%;
float: left;
text-align: right;
}


.table
{
color: #3399ff;
background-color: white;
}

p 
{
text-indent: 32pt;
padding-left: 40px;
padding-right: 40px; 
}

li
{
line-height: 1.4em;
}

ol
{
padding-left: 120px;
}

a:link
{
color: blue;
}

a:visited
{
color: #0066ff;
}

a:active
{
color: #33cccc;
}
