.change {
	color : Silver;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
div {
	color : #6699cc;
	font-family : "MS Serif", "New York", serif;
	font-size : 12pt;
	font-weight : bold;
	letter-spacing : 6px;
	text-decoration : none;
}
.smaller{
	color : #6699cc;
	font-family : "MS Serif", "New York", serif;
	font-size : 8pt;
	font-weight : bold;
	letter-spacing : 5px;
	text-decoration : none;
}

a:link {
	color : #6699cc;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt;
	font-weight : bold;
	letter-spacing : 4px;
	text-decoration : none;
}
a:visited {
	color : #6699cc;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt;
	font-weight : bold;
	letter-spacing : 4px;
	text-decoration : none;
}
a:active {
	color : #6699cc;
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt;
	font-weight : bold;
	letter-spacing : 4px;
	text-decoration : none;
}
a:hover {
	color : Silver;
	font-family : "MS Serif", "New York", serif;
	font-size : 9px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : 4px;
}