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

#main_content a {
	color: blue;
}

#main_content a:hover {
	color: red;	
}

.red_cell a {
color: white !important;	
}

.red_cell a:hover {
color: #0059a5 !important;
}
