/* CSS Document */
#content a:link{
	color:#FF0000;
}
#content a:active{
	color:#FF0000;
}
#content a:visited{
	color:#FF0000;
}
