/* Background color is white*/
body {background-color: #ffffff}

h1,h2,h3,h4
{
font-family: georgia, times, serif;
color: rgb(0,0,64);
margin-bottom: 1;
text-align: center;
}

h1 {font-size: 200%}
h2 {font-size: 150%}
h3 {font-size: 120%}
h4 {font-size: 105%}

a {font-size: 110%}
dl,dt,dd
{
font-size: 110%;
}

p,li,th,td
{
font-size: 100%;
font-family: times, serif;
}

p {margin-left: 12%; margin-right: 5%}

p.left {margin-left: 5%;}

p.indent {margin-left: 10%; margin-right: 10%}

/* Color of td text is "dark navy" */
td,dl,dt
{
font-family: "garamond", times, serif; color: rgb(0,0,64);
margin-left: 5%;
/* font-weight:600; */
}

dd {margin-left: 10%}

/* color of link is "violet", active is "light violet", hover is "orchid" */
a:link {color:#5a00b5; text-decoration:none;}
a:visited {color:#8080c0; text-decoration:none}
a:active {color:#ff00ff; text-decoration:none}
a:hover {color:#c891ff; text-decoration:none}

