antonvorobyev
12/17/2015 - 10:56 AM

default.css

body,
a {
    color: black;
    font-family: sans-serif;
}


body {
    background: white;
}

a {
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border-style: none;
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}