/* default links */
a {
	text-decoration : none;
	font-family:Arial;
	font-size:14px;
	color:#0099FF;
}

a:hover {
	text-decoration : underline;
	font-family:Arial;
	font-size:14px;
	color:#0099FF;
}

/*  classes for fast styling */

.small {
	font-size: 12px;
}
