/* CSS definition file containing site wide stylesheets */

A:active {
	text-decoration: none 
}

A:link {
	text-decoration: none 
}

UL {
	list-style-type: square
}

A:visited {
	text-decoration: none 
}

LI {
	list-style-type: square
}

A {
	text-decoration: none 
}

A:hover {
	text-decoration: none 
}