a{
text-decoration:none;
color:#000;
}
p a{
text-decoration:none;
color:red;
}
a img{
text-decoration:none;
border:none;
}
a:hover{
text-decoration:none;
} 

#motioncontainer a img{ /*image border color*/
border: none;
}

#motioncontainer a:hover img{ /*image border hover color*/
border:none;
}

#motioncontainer a:hover{
color: black; /* Dummy definition to overcome IE bug */
}

div a{
text-decoration: underline;
color: red;
font-size: 12px;
font-family: verdana;
}