/*
Stylesheet for Kethram's World of Fantasy

In de <head> </head> van het htlm document komt te staan:

<link rel="stylesheet" type="text/css" href="kwof.css" />

of

<link rel="stylesheet" type="text/css" href="../kwof.css" />

*/

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #000000;
	color : #E48C16;
	margin: 0px;
	scrollbar-base-color:#7F2B0F;
	scrollbar-track-color:#3D2315;
	scrollbar-highlight-color:#D66715;
	scrollbar-3d-light-color:#E38842;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#E28A43;
}

/* begin style for iframe body */
body.icontent {
	background-color:transparent;
	margin:10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #E48C16;
}
	
body.icontent a:link {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

body.icontent a:visited {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

body.icontent a:active {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

body.icontent a:hover {
	font-weight: bold;
	color: #EBAA7A;
	text-decoration: underline;
}
/* end style for iframe body */


/* begin style for main content table */
table.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #E48C16;
}

table.content a:link {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.content a:visited {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.content a:active {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.content a:hover {
	font-weight: bold;
	color: #EBAA7A;
	text-decoration: underline;
}
/* end style for main content table */

/* begin style for bottom navbar table 
	(same as main content) */
table.navbar {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #502607;
}
table.navbar a:link {
	font-weight: bold;
	color : #773D12;
	text-decoration: none;
}

table.navbar a:visited {
	font-weight: bold;
	color : #773D12;
	text-decoration: none;
}

table.navbar a:active {
	font-weight: bold;
	color : #773D12;
	text-decoration: none;
}

table.navbar a:hover {
	font-weight: bold;
	color : #984C21;
	text-decoration: underline;
}
/* end style for bottom navbar table */

/* begin style for writings table */
table.writings {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #E48C16;
}

table.writings a:link {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.writings a:visited {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.writings a:active {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.writings a:hover {
	font-weight: bold;
	color: #EBAA7A;
	text-decoration: underline;
}
/* end style for writings table */

/* begin style for copyright table */
table.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #E48C16;
}
table.copyright a:link {
	font-weight: bold;
	color : #E48C16;
	text-decoration: none;
}

table.copyright a:visited {
	font-weight: bold;
	color : #E48C16;
	text-decoration: none;
}

table.copyright a:active {
	font-weight: bold;
	color : #E48C16;
	text-decoration: none;
}

table.copyright a:hover {
	font-weight: bold;
	color : #E48C16;
	text-decoration: underline;
}
/* end style for copyright table */

/* begin style for splashpage table */
table.splash {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color : #E48C16;
}

table.splash a:link {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.splash a:visited {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.splash a:active {
	font-weight: bold;
	color: #D66715;
	text-decoration: none;
}

table.splash a:hover {
	font-weight: bold;
	color: #EBAA7A;
	text-decoration: underline;
}
/* end style for splashpage table */



.main {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #642F08;
}

.main a:link {
	font-weight: bold;
	color: #642F08;
	text-decoration: none;
}

.main a:visited {
	font-weight: bold;
	color: #642F08;
	text-decoration: none;
}

.main a:active {
	font-weight: bold;
	color: #642F08;
	text-decoration: none;
}

.main a:hover {
	font-weight: bold;
	color: #642F08;
	text-decoration: underline;
}

input.post, textarea.post, select {
	background-color : #A6622A;
	color : #000000;
}






