@import url(../Elv.css);
body       { background: green; color: white; }
a:link     { background-color: green; color: red }
a:visited  { background-color: green; color: maroon }
a:active   { background-color: green; color: #C00000 }
hr         { background-color: green; color: white }
ol.a       { list-style-type: lower-roman }

