@import url(default.css);
@import url(editor.css);

a   {
    text-decoration: none;
}
	
a:link	{
    color: #3366CC;
    font-weight: normal;
}

a:visited {
    color: #3366CC;
    font-weight: normal;
}

a:hover {
    color: #FF9000;
    font-weight: normal;
}

a:active {
    color: #FF9000;
    font-weight: normal;
}