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

.myNewsTextCopy > a {text-decoration: none; background-color: transparent;
border-color:#0000FF;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

.myNewsTextCopy > a:link {color: blue; }

.myNewsTextCopy > a:visited {color: blue;}

.myNewsTextCopy > a:active {color: red;}

.myNewsTextCopy > a:hover {color: red;}