body {
   color: #000000;
   font-size : 11px;
   background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
}

p {
   color: #000000;
   font-family: "verdana", "arial", "geneva", sans-serif;
   font-size : 12px;
}

/* Extra pages like new, popular favorites ...*/
A.xtrapages:Link, a.xtrapages:visited, a.xtrapages:active, A.xtrapages:hover {
	font-family : Tahoma;
	font-size : 12px;
    color: Black;
}

/*	Links inside dir							*/
a.link:link, a.link:visited, a.link:active, a.link:hover {
	font-family : Tahoma;
	font-size : 12px;
        color: Black;
	font-weight: bold;
}
a.link2:link, a.link2:visited, a.link2:active, a.link2:hover {
  color: #666666; 
  font-size : 12;
  text-decoration:underline;
  font-family: "verdana", "arial", "geneva", sans-serif;
}
A:ACTIVE, A:HOVER, A:LINK, A:VISITED {
    text-decoration : underline;
	font-family : Tahoma;
	font-size : 12px;
}

/*	The link description							*/
span.descript {
	font-family : Tahoma;
	font-size : 12px;
/*	color: Gray; */
	color: Black;
}

/*	Catgory info on search, new, favorites, etc	*/
span.descrcateg {
	font-family : Tahoma;
	font-size : 12px;
	color: Gray; 
}

/*	to display number of hits reached by each site	*/
small.hits {
	font-family : Tahoma;
	font-size : 12px;
	color: Gray; 
}
/* Margin for */
div.margin {
margin-left: 10px;  
}
/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: medium; 
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}
/*	This is used for the menu titles					*/
H1, A.H1:ACTIVE, A.H1:HOVER, A.H1:LINK, A.H1:VISITED, H3, A.H3:ACTIVE, A.H3:HOVER, A.H3:LINK, A.H3:VISITED {
	font-size : 16px;
	font-weight: bold;
	border: none;
	color: #FFFFFF;
	background: #068BEE;
	font-family : Tahoma;
	margin-bottom : 0px;
	font-variant : small-caps;
	text-align : left;
}
/*	The link description							*/
span.descript {
	font-family : Tahoma;
	font-size : 11px;
	color: Black;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Favorite links								*/
sup.fav {
font-size: x-small;
color: #FFFFFF;
background: #008000;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/* CSS Tags for frames */
body.frame {
   color: #FFCC66;
   background: #CC3300;
   font-family: "verdana", "arial", "geneva", sans-serif;
   font-size : 11px;
}
a.frame:link, a.frame:visited, a.frame:active { 
   color: #FFCC66;
   text-decoration:none;
   font-weight: bold;
}
a.frame:hover {
   color: #FFCC66;
   text-decoration:underline
   font-weight: bold;
}




/* **************************************************************************** */
/*    Your own style definition for your page                                                       */
/* **************************************************************************** */
TABLE.dm_menu {
        background-color: #;
}
A.dm_menu, A.dm_menu:ACTIVE, A.dm_menu:FOCUS, A.dm_menu:VISITED, A.dm_menu:LINK, TD.dm_menu {
	text-decoration : none;
	color : #FFCC66;
    background-color: #CC3300;
	font-variant : small-caps;
	font-size : x-small;
	font-weight : bolder;
	margin-right : 10px;
	margin-left : 10px;
	padding-bottom : 5px;
}

 A.dm_menu:HOVER {
	text-decoration : none;
	color : White;
	font-variant : small-caps;
	font-size : x-small;
	font-weight : bolder;
	margin-right : 10px;
	margin-left : 10px;
	padding-bottom : 5px;
}
