body                   {
                         color: #000000;
                         background-color:#ffffcc;
                         font-family:"arial narrow", sans-serif;
                         font-size: 12pt;
                       }

.MainBody              {
                         position: relative;
                         top: 0px;
                         left: 0px;
                         width: 55%;
                       }

.WestDiary             {
                         font-family: Eurostile;
                         font-size: 10pt;
                         margin: 5px;
                         padding: 5px;
                         border: ridge;
                         overflow: scroll;
                         position: absolute;
                         top: 150px;
                         right: 0px;
                         height: 500px;
                         width: 40%;
                         background-image: url(FleshGraphics/HWD_Background.jpg);
                       }

.FootStuff             {
                         margin-top: 10px;
                         padding: 5px;
                         text-align: center;
                         border-top: thin solid #000000;
                       }

A:link                 {text-decoration: none; color: #3333ff}
A:visited              {text-decoration: none; color: #3333ff}
A:active               {text-decoration: none; color: #3333ff}
A:hover                {text-decoration: underline overline; color: #cc3333;}

h1                     {
                         padding: 5px;
                         font-family: "times new roman", serif;
                         font-size: 170%;
                         font-style: italic;
                         text-align: center;
                         border-bottom: thin solid #000000;
                       }

h3                     {
                         padding: 5px;
                         font-family: "times new roman", serif;
                         font-size: 120%;
                         font-style: italic;
                         text-align: left;
                         border-bottom: thin solid #000000;
                       }

h6                     {
                         margin:5px;
                         padding:0px;
                         font-family:"arial narrow", sans-serif;
                         font-size: 12pt;
                         line-height: 12pt;
                         font-style: normal;
                         text-align: center;
                         display: block;
                         border:0px;
                       }

p                      {
                       }

p.CenteredContent      {
                         text-align: center;
                         margin:0px;
                         padding:0px;
                       }

p.small                {
                         font-size: 70%;
                       }

img                    {
                         padding: 0px;
                       }

img.RightJust          {
                         border-style: none;
                         border-width: 0;
                         padding-left: 10px;
                         padding-right: 10px;
                         padding-top: 5px;
                         padding-bottom: 0px;
                         float: right;
                       }

img.LeftJust           {
                         border-style: none;
                         border-width: 0;
                         padding-left: 10px;
                         padding-right: 10px;
                         padding-top: 5px;
                         padding-bottom: 0px;
                         float: left;
                       }

