/* CSS for Thor's Forge - sculptures by Kthor */
/* http://www.thorsforge.com  */
/* Created by Just Adequate Media - http://www.justadequate.net */
/* You really shouldn't steal this...but then again, why would you want to? */

body	{ background-color: #000000; color: #F0602E; }


a:link { color: #5060FF; }
a:hover { text-decoration: underline; } 
a:active { color: #D00000; text-decoration: underline; } 
a:visited { color: #C0000E; } 

.nav 	{
	font-weight: bold;
	font-size: 14pt;
	font-family: arial, sans-serif;
	text-align:  center;
	}

.nav a:link	{ color: #5060FF; text-Decoration: none; }

.nav a:visited	{ color: #7F7F7F; text-decoration: none; }

.nav a:hover	{
        color: #10AA11;
/*        border-style: dashed; */
        border-color: #B01100;
        font-weight: normal;
	font-size: 13pt;
	font-family: verdana, sans-serif;
        }

.title	{
	font-family: arial;
	font-size: 110%;
	font-weight: bold;
	}

.text	{
	color: #F0602E;	
	border: 1px solid #C0000E;
	padding: 10px;
	}

.pictit	{
	font-family: arial;
	font-size: 170%;
	text-decoration: underline;
	font-weight: bold;
	}




