/* Default Styles */
/* Import newer browser stylesheet */
@import url("default_screen.css");


a{
color:#001f7f;
text-decoration:none;
}

a:hover	{
color:#a83d3d;
text-decoration:none;
}

