/* remzi's style sheet */

a         { text-decoration: none; }
a:link    { color: black }
a:visited { color: white }
a:hover   { color: lightblue }

body { color: black }
body { background-color: white }
body { font-family: "Lucida Sans", Verdana, Arial, sans-serif; }  


