/*
  Web Page: Banner 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: December 13th, 2007

  Purpose:  This page sets the styles for the banner frame.

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

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

a.dead:link {color: #808080}
a.dead:visited {color: #808080}
a.dead:hover {color: white}
a.dead{text-decoration: none}

p {color: yellow}

td {font-size: 14px;
    border-collapse: collapse; 
    padding: 2px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
