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

#main_content a {
	color: blue !important;
}

#main_content a:hover {
	color: red !important;	
}