body {

    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 1000px;

    background: #FF0000;

    color: #FFF;

    text-align:center;

    font-size: 2em;

    font-weight:bold;

    font-family:sans-serif;

}



a, a:hover, a:link, a:visited {

    color: #FFF;

}



a {

    text-decoration:none;

}



img, img:hover, img:link, img:visited {

    border: none;

}



a:hover {

	text-decoration:underline;

}