/***********************************************/
/* StyleSheet For Static Pages.css  ******************************** */
/* Use with template INDEX.html  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

ul {
	list-style-image:url('../resources/li.jpg');
	font-size: 100%;
}

li.square {
	list-style-image:url('../resources/li.jpg');
	font-size: 100%;
}

a {	font-family: Arial; font-size: 11px;color: #333333;}
a:link, a:visited { color: #333333; text-decoration:underline; font-weight:normal; }
a:hover {color: #BA8C10; text-decoration:underline; }
a:active { color: #BA8C10;}
/*
p { 
	font-family: Verdana;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	font-weight: normal; 
}
*/
