body { background: white; text-align: center; margin: 10px }

a { outline: none }

a.main:link { color: #000000; text-decoration: none }
a.main:active { color: #000000; text-decoration: none }
a.main:hover { color: #ff0000; text-decoration: underline }
a.main:visited { color: #000000; text-decoration: none }
a.main:visited:hover { color: #cc0000; text-decoration: underline }

a.ter:link { color: #ff0000; text-decoration: underline }
a.ter:active { color: #000000; text-decoration: underline }
a.ter:hover { text-decoration: none }
a.ter:visited { color: #cc0000; text-decoration: underline }
a.ter:visited:hover { color: #ff0000; text-decoration: none }

#item { background: #ebe2e2; text-align:left; border: 1px black solid; margin-right: auto; margin-left: auto; width: 600px }
#related {text-align: left; float: right; width: 150px; background: #e2e2e2; padding: 4px; border: 1px red solid }
#special {text-align: left; background: #e2e2e2; padding: 4px; border: 1px red solid }
