﻿body
{
	margin: 1em 2em 2em 2em;
	font-family: "Bookman Old Style" "Times New Roman" , "arial" , "san serif";
	font-size: 100%;
	list-style-type: circle;
	background-repeat: repeat;
	text-align:justify;
}

h1 {font-size:200%;}
h2 {font-size:150%;}
h3 {font-size:120%;}
h4 {font-size:100%;}

ul
{ list-style: disc;}

.header 
{
    text-align: center;
    padding: 20px;
}

div.stickyheader 
{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    text-align: center;
    padding: 20px;
    top: 0;
}

.maintitle
{
    font-family: 'Bookman Old Style' , 'Times New Roman';
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #0000FF;
}

.maintitle2
{
    font-family: 'Bookman Old Style' , 'Times New Roman';
    font-size: 2em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #0000FF;
}

.subtitle
{
    font-family: 'Bookman Old Style' , 'Times New Roman';
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

div.stickysubtitle {
    position: -webkit-sticky; /* Safari */
    position: sticky;    
    top: 0;
    font-family: 'Bookman Old Style' , 'Times New Roman';
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    background-color:wheat;
}

.paragraphtitle 
{
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;    
    font-style: italic;
}

.paragraphtitlesmall 
{
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}

.lineHeightDouble { line-height:2.0; }

.centered
{
    display: block;
    margin: 0 auto;
}

.imgCentered
{
    display: block;
    margin: 0 auto;
    border:1px;
    border-style:solid;
}

.textCentered {text-align: center; }

.textUnderline { text-decoration: underline;}

.textItalics { font-style: italic; }

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

img {
	border: 1px #000000 solid;    
	max-width:100%;
    height:auto;"
}


a:link {color:#ff0000;}
a:vlink {color:#800080;}
