﻿/*typography*/
a {
text-decoration: none;
font-weight: bold;
color: #fff;
}
a:link {
	color: #cccccc;
	text-decoration: underline;
}
a:visited {
	color: #cccccc;
	text-decoration: underline;
}
a:active {
	color: #cccccc;
	text-decoration: underline;
}
a:hover {
text-decoration: underline;
}

