BODY { background: white }
.left { background: #e0e0e0; width: 20%}
.super { font-size: 40%; vertical-align: super }
A:link { color: blue; text-decoration: none }
A:active { color: red; text-decoration: none }
A:visited { color: blue; text-decoration: none }
A.left:link { color: #e0e0e0; text-decoration: none }
A.left:active { color: red; text-decoration: none }
A.left:visited { color: #e0e0e0; text-decoration: none }
A.itms:link { color: #ffffff; text-decoration: none }
A.itms:active { color: red; text-decoration: none }
A.itms:visited { color: #ffffff; text-decoration: none }
A.plain { text-decoration: none }
UL.plain { list-style: none }
