/* Used for formatting content (eg: font; margin; padding; float) */

* {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

a:link, a:visited {
	font-weight: bold; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

