/* ************************************************************************** */
/*      Jade Related                                                          */
/* ************************************************************************** */

/* Margin for */
div.margin {
   margin-left: 0px;  
}

/*	This is used for the titles					*/
h1, a.h1:active, a.h1:hover, a.h1:link, a.h1:visited {
    font-size:12px;
	border: none;
	color: 990000;
	background: none;
    font-family : verdana;
	margin-bottom: 0px;
	text-align: left;
}
h3, a.h3:active, a.h3:hover, a.h3:link, a.h3:visited {
	font-size: large;
	font-weight:bold;
	border: none;
	color: black;
	background: #eaeaea;
    font-family : verdana;
	margin-bottom: 10px;
	text-align: left;
}

/*	Links inside jade dir							*/
a.sitelink:link, a.sitelink:visited, a.sitelink:active, a.sitelink:hover {
   font-family : verdana;
   font-size : 12px;
   color: #000099;
   font-weight: bold;
}
/*	The link description							*/
span.sitelink {
   font-family : verdana, arial;
   font-size : 11px;
   color: Black;
}


/*	Links PPP inside jade dir							*/
a.PPPlink:link, a.PPPlink:visited, a.PPPlink:active, a.PPPlink:hover {
   font-family : verdana;
   font-size : 14px;
   color: white; background: gray; font-weight: bold;
}
/*	The link description PPP */
span.PPPlink {
   font-family : verdana;
   font-size : 12px;
   color: Black;
}

span.highlightsearch {
	 color: black;
	 background-color: #FF0;
}	

/*	New links								*/
sup.new {
  font-size: 11px;	color: white;	background: red;	font-weight: bold;
  font-family : verdana;
}
/*	Popular links								*/
sup.pop {
   font-size: 11px;   color: white;   background: red;   font-weight: bold;
   font-family : verdana;
}
/*	Favorite links								*/
sup.fav {
   font-size: 11px;   color: white;   background: red;   font-weight: bold;
   font-family : verdana;
}

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

/*	This is  for Category Listings table cells				*/
td.catlist {
   font-size: medium; 
   color: #000000;
   font-family : verdana;
}

/*	Links inside jade dir							*/
a.link:link, a.link:visited, a.link:active, a.link:hover {
   font-family : verdana;
   font-size : 12px;
   color: green;
   font-weight: bold;
}
a.link2:link, a.link2:visited, a.link2:active, a.link2:hover {
   color: #666666; 
   font-size : 12px;
   text-decoration:underline;
   font-family: "verdana", "arial", "geneva", sans-serif;
}
span.countlinks {
   font-family : Tahoma, "verdana", "arial", "geneva", sans-serif;
   font-size : 12px;
   color: Black;
}
/*	The link description							*/
span.descript {
   font-family : Tahoma, "verdana", "arial", "geneva", sans-serif;
   font-size : 12px;
   color: Black;
}

span.siteurl {
   font-family : verdana;
   font-size : 11px;
   color: green;
}




body {
   color: #000000;
   font-size : 12px;
   margin-left: 0px;
   margin-top: 0px;
   background-color : White;
   font-family : "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
   background-color : #FFFFFF;
}

