body {background-color: Blue;
background-image: url("Images/lblue062.gif");

background-repeat: repeat;
background-position: fixed; tile}

h1 {color:navy; font-size:28pt; font-style:italic; text-align: center}

hr {color:navy}

a:hover {background-color:cornflowerblue}

a.link:link     {color:navy; font-size:14pt; font-weight: bold; text-decoration:none; padding: 0.2em 4.0em}
a.link:visited  {color:green; font-size:14pt; font-weight: bold; text-decoration:none; padding: 0.2em 4.0em}
a.link:hover    {font-size:14pt; font-weight: bold; text-decoration:none; padding: 0.2em 4.0em}
a.link:active   {font-size:14pt; font-weight: bold; text-decoration:none; padding: 0.2em 4.0em}

a.menu:link     {color:navy; font-size:15pt; font-style:italic; font-weight: bold; float:left; width:6em; padding:0.2em 0.6em;
		 text-decoration:none}
a.menu:visited  {color:navy; font-size:15pt; font-style:italic; font-weight: bold; float:left; width:6em; padding:0.2em 0.6em;
		 text-decoration:none;}
a.menu:hover    {color:navy; font-size:15pt; font-style:italic; font-weight: bold; float:left; width:6em; padding:0.2em 0.6em; 
		 text-decoration:none; background-color: yellow}
a.menu:active   {color:blue; font-size:15pt; font-style:italic; font-weight: bold; float:left; width:6em; padding:0.2em 0.6em; 
	         text-decoration:none; background-color:cornflowerblue}
a.mail:link     {color:navy; font-size:14pt; font-weight: bold; text-decoration:underline; padding: 0.2em 4.0em}
a.mail:visited  {color:green; font-size:14pt; font-weight: bold; text-decoration:underline; padding: 0.2em 4.0em}
a.mail:hover    {color:blue; font-size:14pt; font-weight: bold; text-decoration:underline; padding: 0.2em 4.0em; background-color:cornflowerblue; }
a.mail:active   {color:navy; font-size:14pt; font-weight: bold; text-decoration:underline; padding: 0.2em 4.0em}

a.page:link     {color:navy; font-size:14pt; font-weight: bold; text-decoration:underline}
a.page:visited  {color:green; font-size:14pt; font-weight: bold; text-decoration:underline}
a.page:hover    {color:blue; font-size:14pt; font-weight: bold; text-decoration:underline; background-color:cornflowerblue; }
a.page:active   {color:blue; font-size:14pt; font-weight: bold; text-decoration:underline}


p {color:navy; font-family: arial; font-size:14pt; font-weight=400; margin-left:50px; text-align: left}
p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}
p.pgtitle {color:navy; font-size:16pt; font-weight:700; text-align: left}
p.pglink {color:navy; font-size:16pt; font-weight:700; text-align: center}

pre {color:navy; font-family: arial; font-size:14pt; font-weight=400; margin-left:50px; text-align: left}

h1.outset {border-style: outset; border-color:blue}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li {display:inline}

div.float {
  float: left;
  }
  
div.float p {
   text-align: left;
   }