
/* General body formats. */

body       {font-family: "arial", "verdana", "helvetica", sans-serif;
            margin-top: 0px; padding-top: 0px;
            font-size: 12px;
            color: #eeeeee;
            background-color: #440000;
            background-image: url("images/bgimage.jpeg");
            background-repeat: repeat; }

body       {scrollbar-face-color:       #000000;
            scrollbar-arrow-color:      #ffffff;
            scrollbar-track-color:      #333333;
            scrollbar-shadow-color:     #999999;
            scrollbar-highlight-color:  #ffffff;
            scrollbar-3dlight-color:    #666666;
            scrollbar-darkshadow-color: #000000; }

h1         {font-family: "times new roman", serif;
            color: #dddddd; font-size: 28px; font-weight: bold;
            margin: 6px; padding 6px; font-style: italic;
            text-decoration: none; }

h2         {font-family: "times new roman", serif;
            color: #440000; font-size: 20px; font-weight: bold;
            margin: 0px; padding 4px; font-style: italic;
            text-decoration: none; }

.linkpage a
        {display: block;
         color: #ffffff; text-decoration: none;
         background-color: #000000;
         font-size: 16px; 
         border: solid #cccccc 1px; padding: 2px; text-align: center;
         margin-left: 3px;
         width: 320px; position: static; }

.linkpage a:hover
        {display: block; background-color: #000099;
         color: #ffffff; text-decoration: none;
         font-size: 16px; 
         border: solid #ccddff 1px; padding: 2px; text-align: center;
         margin-left: 3px;
         width: 320px; position: static; }

a         {color: #cccccc; text-decoration: none; }
a:visited {color: #cccccc; text-decoration: none; }
a:hover   {color: #ffffff; text-decoration: none; }

.bench  {font-family: "times new roman", serif;
         font-size: 12px; font-weight: bold;
         margin: 1px; padding 1px; font-style: normal;
         text-decoration: none; }

/* EOF */

