@charset "UTF-8";
/* CSS Document */

/* 
-------------------------------
tag redefines
-------------------------------
*/

#tracks {
	font-size: 12px;
}
#tracks a:visited {
	color: #34221A;
	text-decoration: none;
	font-weight: bold;
}
#tracks a:link {
	color: #34221A;
	text-decoration: none;
	font-weight: bold;
}
#tracks a:hover {
	color: #34221A;
	text-decoration: underline;
}
#tracks a:active {
	color: #FFFFCC;
	text-decoration: none;
}
