You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
261 B

body {
background-color: #404040;
color: white;
}
a {
color: #0039e6;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #001a66;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}