/* CSS Document */
/* ----------- Links --------------------- */
a:link{
	color:#FF0000;
	text-decoration: none;
}
a:hover{
	color:#a29f9f;
	text-decoration: NONE;
}
a:visited{
	color:#a29f9f;
	text-decoration: NONE;
}




