/*
  Web Page: Main Page Style Sheet
  Web Site: Barony of Ben Dunfirth Official Web Presence
  Author:   Nicholas J. Corkigian, Coolest Guy on the Planet Productions Ltd., Copyrite 2007
  Date:     July 3rd, 2007
  Modified: October 11th, 2008

  Purpose:  This page sets the styles for the main content frame.

            This page was made using good ol' fashioned notepad.
*/

a:link {color: black}
a:visited {color: black}
a:hover {color: silver}

a.copyrite:link {color: gold}
a.copyrite:visited {color: gold}
a.copyrite:hover {color: white}
a.copyrite{text-decoration: none}

body {behavior: url(javascript/csshover.htc);}

h3 {font-style: italic}

p {color: black;
   font-family: Verdana;
   font-size: 12px}

td {color: black}

input {color: black; overflow: visible;
       font-family: Times;
       font-size: 16px;
       border: 0px solid;
       background: transparent;
       padding: 0px;
       text-decoration: underline;}

input:visited {color: black;
               border: 0px solid;
               background: transparent;
               padding: 0px;
               text-decoration: underline;}

input:hover {color: silver;
             border: 0px solid;
             background: transparent;
             padding: 0px;
             text-decoration: underline;}

.disclaimer {color: gold;
             font-size: 10px;
             text-align: right}


