marquee {
 text-indent: -1px;
 width: 50%;
}

/* unvisited link */
a:link {
 color: #e70033;
 text-decoration: none;
 font-size: 18px;
 line-height: 25px;
}

/* visited link */
a:visited {
 color: #e70033;
 text-decoration: none;
}

/* mouse over link */
a:hover {
 color: #ad0f23;
 text-decoration: none;
}

/* selected link */
a:active {
 color: #e70033;
 text-decoration: none;
}

#mylinks {
 display: inline-block;
 position: relative;
 width: 50%;
 text-align: left;
}
