/************************************************************/
/*                               HREF setttings                                       */
/************************************************************/

/* Standard Links */

	A {color: #000033; text-decoration:underline;}
	A:visited {color: #000033; text-decoration:underline;}
	A:hover {color: black; text-decoration: underline overline;background-color: lime;}	
	A:active {color: black; text-decoration:underline overline;background-color: white}	

/* Navbar Links */

	A.nav {color: #ffffff; text-decoration:none;}
	A.nav:visited {color: #ffffff; text-decoration:none;}
	A.nav:hover {color: black; text-decoration:underline;}
	A.nav:active {color: black; text-decoration:underline overline;}
	
/* Navbar Links */

	A.links {color: #000000; text-decoration:none;}
	A.links:visited {color: white; text-decoration:none;}
	A.links:hover {color: #000033; text-decoration:underline;}	
	A.links:active {color: #000033; text-decoration:underline;}	

/* Links for Game section */

	A.sidebar {color: #ffffff; text-decoration:underline;}
	A.sidebar:visited {color: #ffffff; text-decoration:underline;}
	A.sidebar:hover {color: #000000; text-decoration:underline;}	

/* Links for Announcement section */

	A.announce {color: #000000; text-decoration:underline;}
	A.announce:visited {color: #000000; text-decoration:underline;}
	A.announce:hover {color: #ffc400; text-decoration:underline;}	
	
/************************************************************/
/*                               Header setttings                                    */
/************************************************************/
	
	.header /* This is the Header Bar */
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color:#ffdb5a;
	padding: 3;
	border-width : 1 1 1 1;
	border-style : solid;
}

H1
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20 px;
    font-weight: bold;
	color: #333333;
	}
H2
	{	
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18 px;
    font-weight: bold;
	color: #333333;
	}
H3
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16 px;
    font-weight: bold;
	color: #333333;
	}
H4
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color: #0000dd;
	}

/************************************************************/
/*                    Form Button setttings                                      */
/************************************************************/

.pnorm {
			color:#000000; 
			background-color:#f4ca00; 
			font: 13px Verdana, Arial,Helvetica,Sans Serif; 
			font-weight: bold
			}
			
.pover {
			color:#ffffff; 
			background-color:#f4ca00; 
			font: 13px Verdana, Arial,Helvetica,Sans Serif; 
			font-weight: bold
			}

/************************************************************/
/*                               Arcade setttings                                    */
/************************************************************/			
			
	.fkheader /* This is the Header Bar */
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: #ffffff;
	background-color:#339966;
	}	
	.iviewleft1 /* This is the Game description color 1 Bar */
	{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: #000000;
	text-align: left;
	background-color:#33ff99;
	}	
	.iviewleft2 /* This is the Game description color 1 Bar */
	{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-align: left;
	color: #000000;
	background-color:#33cc66;
	}
	.iviewright1 /* This is the Game description color 1 Bar */
	{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #000000;
	background-color:#33ff99;
	}	
	.iviewright2 /* This is the Game description color 1 Bar */
	{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #000000;
	background-color:#33cc66;
	}
	
/************************************************************/
/*         						Global Settings	                                      */
/************************************************************/

/*	This is margin to use to indent pages				*/
div.main {
margin-left: 30px;
}

/*	Standard Body Text	*/
.text 
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	color: #000000;
	}
		
	.txt_sidebar
	{
	    FONT-FAMILY: MS Sans Serif,News Gothic MT,arial,helvetica;
	    FONT-SIZE: 12px;
	    LINE-HEIGHT: 12pt
	}

/************************************************************/
/*                               Tutorial setttings                                    */
/************************************************************/


/*	This is for notes areas				*/
div.notes {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 40px;
margin-right: 40px;
padding: 10px;
background: #eeeeee;
border-color: #000000;

}

/*	This is for Code areas				*/
div.code {
margin-left: 40px;
margin-right: 40px;
padding: 10px;
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3366CC;
}

/************************************************************/
/*                         Links Engine setttings                                */
/************************************************************/

/*	The link title							*/
.smalltext 
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #000000;
	}

/*	The link title							*/
.link 
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color: #000000;
	}

/*	The link description							*/
.descript
	{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	
	}

/*	The link description							*/
td.home
	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	}
	
td.nav
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #0089cd;
	font-weight: bold;
	}

	
/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 60px;
}


/*	Links unordered lists							*/
div.next {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color:#ffdb5a;
	padding: 2;
	border-width : 1 1 1 1;
	border-style : solid;
}

/*	Links unordered lists							*/
ul {
margin-left: 60px;
font-size: 12px;
list-style: disc;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	New links								*/
sup.new {
font-size: 12px;
color: #FF0000;
font-family: "arial", "helvetica", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: 12px;
color: #000000;
font-family: "arial", "helvetica", sans-serif;
background: #ffc400;
}

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

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

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

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

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

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

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

/*	Preformatted text							*/
pre {
margin-left: 40px;
margin-right: 40px;
padding: 10px;
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3366CC;
}

.code {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3366CC;
}

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

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 60px;
font-size: 10px;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	TOP MENU												*/
/*	TOP MENU												*/
/*	TOP MENU												*/
/*	TOP MENU												*/

all.clsMenuItemNS{font: bold x-small Verdana; color: white; text-decoration: none;}
.clsMenuItemIE{
text-decoration: none; 
font: bold xx-small Verdana; 
color: white; 
cursor: hand;
visited: color: white; text-decoration:underline;
}<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function AppendFooter() {
if(parent.frames.length==0)
document.write("<BR><DIV ALIGN=\"RIGHT\"><A HREF=\"http://www.dencity.com/\"><IMG SRC=\"http://members.dencity.com/smlogo.gif\" BORDER=\"0\"></A></DIV>")
}
AppendFooter();
// done -->
</SCRIPT>
