// global Style Sheet for White Knight's Tavern
// created by Rob Watson - last modified 04/08/02

// general settings
body, #header, #footer, h1, h2, h3, h4, h5, h6, .copyright {
  width: 650px; }

div.toc {
  width: 560px; }

body {
  margin: 0px;
  padding: 0px;
  color: black;
  background-color: #dfdfdf;
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; }

h1, h2, h3 {
  padding: 0.2em;
  color: navy;
  background-color: transparent;
  font-family: Georgia, Garamond, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic; }

h2, h3 {
  text-align: left; }

h2.outline {
  text-align: left;
  font-size: 12px;
  font-weight: bold; }

h1 {
  margin: 0.25em 0em 0.1em 0em;
  font-size: 22px;
  text-align: center; }

h2 {
  margin: 1em 0em 0.5em 0em;
  font-size: 18px; }

h3 {
  margin: 0.5em 0em 0.5em 1em;
  font-size: 16px; }

table {
  margin: 0em;
  border: 0em;
  padding: 0em; }

p {
  width: 610px;
  padding: 0.1em 1em; }

img { border: 0px #999999 solid; }

abbr {
  text-decoration: underline;
  color: blue;
  background-color: transparent; }

a, a:hover, a:active {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px; }

a {
  color: navy;
  background-color: transparent;
  text-decoration: underline; }

a:hover, a:active {
  color: red;
  background-color: #ffff98;
  text-decoration: none; }

a.navlink, a.navselect,
a:hover.navlink, a:active.navlink, a:hover.navselect, a:active.navselect {
  font-size: 14px; }

a.navlink, a.navselect {
  background-color: #999999;
  text-decoration: underline; }

a.navlink { color: navy; }

a.navselect { color: green; }

a:hover.navlink, a:active.navlink, a:hover.navselect, a:active.navselect {
  color: red;
  background-color: #ffff98;
  text-decoration: none; }

.copyright {
  text-align: right;
  padding: 0.1em 0em;
  font-family: "Times New Roman",serif;
  font-style: italic;
  font-size: 12px; }


// Page header and footer items
#header, #footer, .navbar {
  margin: 0px;
  padding: 0px; }

.navbar {
  color: navy;
  background-color: #999999;
  border: 1px #dddddd solid;
  text-align: center; }

.email {
  background-color: transparent;
  color: yellow; }

.disable {
  color: #666666;
  background-color: #999999;
  font-size: 14px; }

em, .emphasis {
  font-style: italic;
  font-weight: bold; }


// end of global settings
.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

// Table of Contents styles
div.toc, div.toclv1, div.toclv2 {
  margin: 0px; }

div.toc {
  margin-left: 1em;
  padding: 0.25em;
  padding-left: 2em;
  border: 1px black solid;
  color: navy;
  background-color: #f8f8ff;
  text-align: left;
  font-size: 12px; }  /* TOC box formatting */

div.toclv1, div.toclv2 {
  height: 18px; }

div.toclv1 {
  padding: 0px; }

div.toclv2 {
  padding: 0px;
  padding-left: 1em; } /* indent left */

div.toclv1 a, div.toclv2 a {
  font-size: 12px; }

div.toclv1 a, div.toclv1 a:hover, div.toclv1 a:active {
  font-weight: bold; }

div.toclv2 a, div.toclv2 a:hover, div.toclv2 a:active {
  font-weight: normal; }

