@charset "iso-8859-1";

body {background-image: 
url(http://www.rpgplace.net/graphics/greytile.gif);
  font-size: 13px;
  color:#3300CC;
  font-family: arial, sans-serif}

A:link, A:visited {color:#3300CC;
  text-decoration: underline}

A:active {color: green;
  text-decoration: none}

A:hover {color:#3300CC;
  text-decoration: none}

/* Ensures tables display correctly in Netscape */
td {font-family: arial, sans-serif;
  font-size: 13px;
  vertical-align: top}

/* Sets style for table headers */
th {font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center}

/* Formats headers */
.head {font-weight: bold;
  text-align: center}
  
/* Centers text or images */
.center {text-align: center}

/* Bolds text */
.bold {font-weight: bold}

/* Italicizes text */
.italic {font-style: italic}

/* Formats the table cells used in the site layout */
td.navbar {width: 80px}
td.banners {width: 200px}
td.main {width: 100%;
  text-align: center}
table.main {width: 100%}
td.sh {background-color: #3300CC; color: #DDDDDD; text-align: center; font-weight: bold;}

/* Makes walkthrough headings larger */
p.head {font-size: 16px}

/* Formats text sizes */
.small {font-size: 10px}
.large {font-size: 16px}

/* Formats fanfic descriptions */
.description {font-style: italic}

/* Formats alerts */
.alert {color: #FF0000}

/* Formats tables for charts */
table.chart {border-color: #3300CC; border-width: 2px; border-style: solid; padding: 4px;}
