body {
    background: none repeat scroll 0 0 red;
    color: black;
    font-family: 'Comic Sans MS',Arial,sans-serif;
    font-size: large;
}
marquee {
    font-size: 100px;
    font-weight: bold;
}
a, a:link, a:visited {
    color: yellow;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: lime;
    text-decoration: line-through;
}
ol, ul {
    font-size: 20px;
}
.huge {
    font-size: 200px;
}

