/* Overall Background */
Body {
   background-image:url('BGgrad.jpg');
   background-repeat:repeat-x;
   background-color:black; }

/* Text */
P {
   font-family: arial;
   color: white;
   font-size: 12pt;
   text-align: justify;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
   border-width:1px;
   border-bottom-style:solid; }

/* Top Header */
H1 {
   font-family: georgia;
   color: yellow;
   font-size:18pt;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   width: 80%; }

/* Section Header */
H2 {
   font-family: georgia;
   color: yellow;
   font-size:14pt;
   text-align:left;
   margin-left: auto;
   margin-right: auto;
   width: 80%; }

/* Menu Link Line */
H3 {
   font-family: georgia;
   color: yellow;
   font-size:8pt;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   width: 80%; 
   border-color:black;
   border-width:1px;
   border-top-style:solid;
   border-bottom-style:solid;}

/* Bottom Salutation */
H4 {
   font-family: georgia;
   color: yellow;
   font-size:8pt;
   text-align:right;
   margin-left: auto;
   margin-right: auto;
   width: 80%; }

/* Mid Text */
H5 {
   font-family: georgia;
   color: yellow;
   font-size:12pt;
   text-align:left;
   margin-left: auto;
   margin-right: auto;
   width: 80%; }


/* Links */
A:link {text-decoration: none; color: yellow;}
A:visited {text-decoration: none; color: yellow;} 
A:active {text-decoration: none; color: yellow;}
A:hover {background-color: black; color: yellow;}