.stripe { color: white; font-family: arial; font-weight: bold }
a.stripe:link { color: white; font-family: arial; text-decoration: none; font-weight: bold }
a.stripe:active { color: red; font-family: arial; text-decoration: none }
a.stripe:visited { color: white; font-family: arial; text-decoration: none; font-weight: bold }
a.stripe:hover { color: teal; font-family: arial; text-decoration: none; font-weight: bold }

a.right:link { color: teal; text-decoration: none }
a.right:active { color: red; text-decoration: none }
a.right:visited { color: teal; text-decoration: none }
a.right:hover { color: darkblue; text-decoration: underline }

