body	{
	margin:		0;
	padding:	0;
   font-family:  Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
   font-family:  Arial, Helvetica, sans-serif;
	font-size: x-small;	
   }
a	{
	background-color: transparent;
	}
a:link	{
	background-color: transparent;
	}
a:visited	{
	background-color: transparent;
	}
a:active	{
	background-color: transparent;
	}
a:hover	{
	background-color: transparent;
	}
dt {
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}
h1	{
	font-size:	24px;
	}

h2	{
	font-size:	22px;
	}

h3	{
	font-size:	20px;
	}

h4 {
	font-size:	18px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}
h1, h2, h3, h4, h5, h6	{
   font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	margin:	0 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}

#wrapper {
	color: #000000;
	background: White;
	text-align: center;
}

#header {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
	border-left: 1px solid black;
	border-right: 1px solid black;	
	width: 598px;
	color: Black;
	background: #FFA500;
	text-align: left;
	font-weight: bold;
	margin-right:auto;
	margin-left:auto;
	text-transform: capitalize;	
}

#header a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;		
}

#header a:hover {
	color: #000000;
	text-decoration: none;		
}

#navbar {
	padding: 0px 10px 0px 10px;
	border-top: 0px solid black;
	border-bottom: 0px solid black;	
	border-left: 0px solid black;
	border-right: 0px solid black;	
	width: 598px;
	color: #ffffff;
	background: #000000;
	text-align: center;
	margin-right:auto;
	margin-left:auto;	
	text-transform: uppercase;
	display: none;	
}

#content {
	padding: 10px 10px 10px 10px;
	border-top: 0px solid black;
	border-bottom: 0px solid black;	
	border-left: 0px solid black;
	border-right: 0px solid black;	
	width: 598px;
	background: #ffffff;
	text-align: left;
	margin-right:auto;
	margin-left:auto;

}

#content a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;		
}

#content a:hover {
	color: #FFA500;
	text-decoration: none;
}

#morecontent {
	padding: 10px 10px 10px 10px;
	border-top: 0px solid black;
	border-bottom: 0px solid black;	
	border-left: 0px solid black;
	border-right: 0px solid black;	
	width: 598px;
	background: #ffffff;	
	text-align: left;
	margin-right:auto;
	margin-left:auto;
}

#morecontent a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;			
}

#morecontent a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
	border-left: 1px solid black;
	border-right: 1px solid black;	
	color: #000000;
	background: #ffffff;
	width: 598px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;		
}

#footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;			
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#widget {
	padding: 7px 7px 7px 7px;
	border-top: 3px double black;
	border-bottom: 3px double black;	
	border-left: 3px double black;
	border-right: 3px double black;		
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 100px;
	text-align: left;
	color: #000000;
	background: #ffffff;
	font-weight: bold;
	display: none;
}

#content a[href^="/"]:after {
   content: " (http://www.tridekker.com" attr(href) ") ";
   }