/* This value is used for the actual link */
a {  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#006600; 
	text-decoration:none;
}

/* This value is for the link when the mouse is hovering over it */
a:hover	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#669966; 
	text-decoration:none;
}

/* This value is used for subcategories and associated categories at the bottom of the link display */
/*.smalla {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#006600;
	text-decoration:underline;
}
.smalla:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#669966;
	text-decoration:none;
}

/* This value is used for main directory header 
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#336633;
	text-decoration:none;
}

/* This value is used for bulleting and text display of the directory and link items 
/* adding an image to your line items further personalizes the directory 
li {
	list-style-image: url(/images/li.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	list-style-position: outside;
}

/* This value is used for category name display 
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
*/
