/*Allows theme developers to link a custom stylesheet file to the TinyMCE visual editor.*/
body#tinymce.wp-editor { 
    font-family: Arial, Helvetica, sans-serif; 
    margin: 10px; 
}

body#tinymce.wp-editor a {
    color: #4CA6CF;
}