/* .html file rather than the .css file*/
body  {
	color : #000000;
}

/* Paragraph*/
p  {
	margin-left : 10px;
	color : #000000;
	font-family : "verdana", "arial", "geneva", sans-serif;
}


/*White  Text Italic*/
.footertext {
	color : #ffffff;
	font-weight : bold;
	font-style : italic;
	font-family : "verdana", "arial", "geneva", sans-serif;
    font-size : 13px;
}

/* Highlite*/
em {
			color: #5a5a5a;
			font-weight: bold;
			font-style: italic;
			line-height : 20px;
			font-size : 13px;
		}

/* Definition list*/
dl  {
	color : #000000;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Menu*/
small.menu  {
	font-size : x-small;
	color : #000000;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Nav unvisited links*/
		a.navlink:link  {
			color : #ffffff;
		}

		/* Nav visited links*/
		a.navlink:visited  {
			color : #ffffff;
		}

		/* Nav active links (not widely supported)*/
		a.navlink:active  {
			color : #ffcc00;
		}

		/* Nav links when hovered over (MSIE only)*/
		a.navlink:hover  {
			color : #0000ff;
			background-color : #ffcc00;
		}


/* Menu unvisited links*/
a.menulink:link  {
	color : #3333cc;
}

/* Menu visited links*/
a.menulink:visited  {
	color : #3333cc;
}

/* Menu active links (not widely supported)*/
a.menulink:active  {
	color : #3333cc;
}

/* Menu links when hovered over (MSIE only)*/
a.menulink:hover  {
	color : #FF6666;
}

/* Links unvisited links*/
a.link:link  {
	color : #6633FF;
}

/* Links visited links*/
a.link:visited  {
	color : #993399;
}

/* Links active links (not widely supported)*/
a.link:active  {
	color : #FF6666;
}

/* Links when hovered over (MSIE only)*/
a.link:hover  {
	color : #FF6666;
}



/* Unvisited links*/
a:link  {
	color : #0000ff;
}

/* Visited links*/
a:visited  {
	/* color: #FFFFFF; */
	color : #000000;
}

/* Active links (not widely supported)*/
a:active  {
	color : #0000ff;
}

/* Links when hovered over (MSIE only)*/
a:hover  {
	color : #FF6600
}


/* weather unvisited links*/
a.condweather:link  {
	color : #5a5a5a;
}

/* weather visited links*/
a.condweather:visited  {
	color : #5a5a5a;
}

/* weather active links (not widely supported)*/
a.condweather:active  {
	color : #000000;
}

/* weather links when hovered over (MSIE only)*/
a.condweather:hover  {
	color : #000000;
}



/* Links unordered lists*/
ul  {
	margin-left : 30px;
	list-style : disc;
	color : #000000;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* The link description*/
span.descript  {
	font-size : x-small;
	color : #333333;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* New links*/
sup.new  {
	font-size : xx-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;
}

/* Links date and hits*/
small.date  {
	font-size : x-small;
	color : #666666;
	font-family : "verdana", "arial", "geneva", sans-serif;
	background : #eeeeee;
	background-color : #eeeeee;
}


/* Bid Display*/
.biddisplay  {
	font-size : x-small;
	color : #eeeeee;
	font-family : "verdana", "arial", "geneva", sans-serif;
	background : #eeeeee;
	background-color : #eeeeee;
}

/* Number of links in categories*/
small.numlinks  {
	font-size : x-small;
	color : #666666;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This class is for "Looking for something in particular?"*/
strong.search  {
	color : #000000;
	font-weight : bold;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This class is for "More options"*/
small.more  {
	font-size : x-small;
	color : #000000;
	font-weight : normal;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This is for main headers on all pages *apart* from the home page*/
h1  {
	padding: 0px;
	margin : 0px;
	font-size : medium;
	border : none;
	color : #FFFFFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This is for main headers on all pages *apart* from the home page*/
h1.newfootertext  {
   	color : #ffffff;
	font-weight : bold;
	font-style : italic;
	font-family : "verdana", "arial", "geneva", sans-serif;
    font-size : 13px;
}


/* This class is for the main header on the Links home page*/
h1.home  {
	margin-left : 10px;
	font-size : large;
	font-weight : bold;
	border : none;
	color : #FFFFFF;
	background : #3333cc;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This class is for the error messages*/
strong.error  {
	color : #FF0000;
	font-weight : bold;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This is used for the sub headers*/
h2  {
	margin-left : 10px;
	font-size : small;
	font-weight : bold;
	border : none;
	color : #ffffff;
	background : #ff6600;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This is for the margin for the form elements*/
div.margin  {
	margin-left : 30px;
}

/* This is for page $title_linked*/
strong.title  {
	font-size : x-small;
	font-weight : bold;
	color : #000000;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Table cells*/
td  {
	font-size : x-small;
	color : #000000;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This is  for Category Listings table cells*/
td.catlist  {
	font-size : 13px;
	color : #000000;
	font-family : "arial", "geneva", sans-serif;
	width: 320px;
}

/* This is  for The Amazon table cells*/
td.amazon  {
	font-size : x-small;
	color : #000000;
	background : #ffffcc;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This is  for The Goto table cells*/
td.gotosearch  {
	font-size : x-small;
	color : #000000;
	background : #ffcc00;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Preformatted text*/
pre  {
	margin-left : 60px;
	font-size : x-small;
	font-weight : bold;
	color : #000000;
	background : #eeeeee;
	background-color : #eeeeee;
}

/* This is for the page last updated text*/
small.update  {
	font-size : x-small;
	font-weight : bold;
	color : #999999;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This is for the total number of links*/
p.grandtotal  {
	margin-left : 30px;
	font-size : small;
	font-weight : bold;
	color : #000000;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

dt  {}

/* The link description*/
span.featuredescript  {
	color : #333333;
	background : Beige;
	font-family : "verdana", "arial", "geneva", sans-serif;
	font-size : x-small;
	background-color : Beige;
}





/*Feb 8th04 New*/
hr.hrline {
	color: #ffcc00;
	width: 100%;
	height: 1px;
}

.totalphotos {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
}

.pages {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.imagelink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Links unvisited links*/
a.imagelink:link  {
	color : #6633FF;
}

/* Links visited links*/
a.imagelink:visited  {
	color : #993399;
}

/* Links active links (not widely supported)*/
a.imagelink:active  {
	color : #FF6666;
}

/* Links when hovered over (MSIE only)*/
a.imagelink:hover  {
	color : #FF6666;
}

.imageborderlink  {
	border : 1px solid #000000;
	border-color : #000000;
}

.linktextsize {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
}

.linktextdesc {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.categorysearchdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
}

.categorysearchdesclink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
}
	
