body {
 background-color: white;
 background-image: url(gradient.png);
 background-repeat: repeat-x;
 font-family: sans-serif;
 margin: 10px 25%;
}

h1, h2, h3 {
 text-align: center;
 margin: 0px 10px 0px 0px;
}

img {
 margin-bottom: 10px;
 border: none;
}

h3 {
 text-align: left;
}

a {
 text-decoration: none;
}

h1, a:link, a:visited, a:focus {
 color: #3333b2;
}

a:hover, a:active {
 color: red;
}

ul.none {
 list-style-type: none;
}
