﻿Add your custom CSS code here...

a {
text-decoration: none;
}

a border across the top of the screen
body 
{ 
border-top: #9999cc 2px solid;
}


and remove underline and added my colors   
a:link {color: #9999CC;text-decoration:none;}
a:visited {color: #99CCCC;text-decoration:none;}
a:hover {color: #CC99CC;text-decoration:none;}
a:active {color: #CCCCFF;text-decoration:none;}

<style type="text/css">
A:link {text-decoration: none;} 
A:hover {text-decoration: none;} 
A:visited {text-decoration: none;}
</style>

<style type='text/css'>
.msc_Body a, u{
text-decoration:none;
}
</style>

a,img{     border:0px;}

a,img{     border:0px;}
