/*   This is the main style sheet for Branko Collin's Tekst        */
/*   Adventure Homepage, currently to be found at                  */
/*   http://huizen.dds.nl/~tekst-if/                               */
/*   You can learn more about style sheets at                      */
/*   http://www.w3.org and at http://www.htmlhelp.com.             */

/*   Set the background.                                           */
BODY {
	background: #dc8 url(castleback2.jpg) repeat-x;
	color: #000;
	margin: 10%;
	margin-top: 90px;
	font-family: verdana,arial,sans-serif;
	}

DIV, P, TD, .body, UL {
	font-family: verdana,arial,sans-serif;
	}

H1, H2, H3, H4, STRONG {
	font-family: verdana,arial,sans-serif;
	background: transparent;
	color: #333;
	margin-bottom: 0px;
	}

H4
   {
   font-size: 1em;
   padding-left: 1em;
   }

H3 {
	font-size: 110%;
	}

H2 {
	font-size: 118%
	}

H1 {
	font-size: 130%
	}

TH, CAPTION {
	text-align: left;
	font-weight: bold;
	}

/*   Color hyperlinks blue.                                        */
A:link { background: transparent; color: #33c; }

/*   Once you have visited something, its hyperlink will be red.   */
A:visited { background: transparent; color: #900; }

/*   When you click on a hyperlink, it will become lime colored.   */
A:active { background: transparent; color: #939; }

CAPTION { font-weight: bold; }

.ad {
	background: #cb7;
	color: #000;
	}

.menu {
	background: #cb7;
	color: #000;
	}

INPUT, TEXTAREA	{
	background: #ed9;
	color: #000;
	}

DEL, INS {
	text-decoration: none;	
	}

UL	{
	list-style-type: square;
	}
	
BLOCKQUOTE
	{
	background: transparent url(blockquote.png);
	color: #000;
	}
	
TABLE.forumline {
	border: 2px solid #000;
}

.catleft, .rowPic {
	border: 2px solid #630;
}