/* ************************************************************************** */
/* Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of */
/* webarchitects (http://www.webarchitects.co.uk/)			*/
/* ************************************************************************** */
/* Note the use of an absolute URI for the background image		*/
/* This is a workaround for NN using an address relative to the		*/
/* .html file rather than the .css file					*/

.purple { 
 	color: #990099; 
}

.abandon { 
	color: #660066; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 18px;
}

.quote { 
	color: #663300; 
	font-size: 10px; 
	margin-left: 8px; 
	margin-right: 8px; 
}

.menuquote { 
	color: #663300; 
	font-size: 10px; 
	margin-left: 10px; 
	margin-right: 10px; 
}

.remote { 
	font-family: "Verdana", "Arial", "Geneva", "Sans-Serif"; 
	font-size: 10px; 
}

body {
	color: #000000;
	background: #F7ECD3 url("http://www.rpggateway.com/images/bckgr03.jpg");
	font-family: "verdana", "arial", "geneva", sans-serif;
	font-size: 12px;
}

a:link { 		color: #0000CC; }
a:visited { 		color: #990099; }
a:active { 		color: #FFFFFF; }
a:hover { 		color: #006600; }

p {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
}

multicol {
	margin:	0px 0;
}

div {
	margin-top: 	-1px 0;
	margin-bottom: 	-1px 0;
  	padding:	-1px 0;
}

dl {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
}

ul {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
  list-style: disc;
}

/* this style used for new links */
li.new {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
  list-style: url(/images/wyrm-new.gif) outside;
}

input,select,textarea {
  font-family: "courier new", "courier", monospaced;
  font-size: 12px;
}

/* Menu	*/
p.menu {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
  text-align: center;
}
p.menusmall {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
  text-align: center;
}

a.menulink:link { 	color: #0000CC; }
a.menulink:visited { 	color: #990099; }
a.menulink:active { 	color: #FFFFFF; }
a.menulink:hover { 	color: #006600; }

a.link:link { 		color: #0000CC; }
a.link:visited { 	color: #990099; }
a.link:active { 	color: #FFFFFF; }
a.link:hover { 		color: #006600; }

/* The link description	*/
span.descript {
  color: #333333;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
}

/* The category home page description	*/
span.descripthome {
  color: #333333;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
}

/* New links */
sup.new {
  background: #FF3300;
  color: #FFFFFF;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
  font-weight: bold;
}

/* Popular links */ 
sup.pop {
  color: #FFFFFF;
  background: #00CCFF;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
  font-weight: bold;
}

/* Links date and hits */
small.date {
  color: #666666;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
}

/* Number of links in categories */
small.numlinks {
  color: #666666;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
}

/* This class is for "Looking for something in particular?" */
strong.search {
  color: #333300;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-weight: bold;
}

/* This class is for "More options" */
small.more {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
  font-weight: normal;
}

/* This is for main headers on all pages *apart* from the home page */
/* h1 {
  border: none;
  color: #339933;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 18px;
  font-weight: bold;
} */

/* This class is for the main header on the Links home page */
/* h1.home {
  border: none;
  color: #339933;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
} */

/* This class is for the error messages	*/
strong.error {
  color: #FF3300;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* This is used for the sub headers */
/* h2 {
  border: none;
  color: #339933;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 18px;
  font-weight: bold;
} */

/* This is for page $title_linked */
p.title {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* Table cells HERE */
td {
	font-family: 	Verdana, Arial, Geneva, Helvetica, Sans-serif;
	margin:		-1px 0;
	padding:	-1px 0;
	border:		0px;
}

/* This is for Category Listings table cells */
td.catlist {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 12px;
}

/* Preformatted text */
pre {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin-left: 60px;
}

/* This is for the page last updated text */
p.update {
  color: #999999;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}

/* This is for the total number of links */
p.grandtotal {
  color: #000000;
  font-family: "verdana", "arial", "geneva", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* end of file */
