a { color: green;
   text-decoration: none;
}
a:link { color: #ca2128
}

a:visited { color: #ca2128
}

a:active { color: #ca2128
}

a:hover { text-decoration: underline;
}

body { background-color: #000000;
   color: #000000;
   font-size:small;
}

p { text-align: justify
}

