body {
        background: #202020;
        font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
        color: #f6fcff;
}

a {
        color: #018dd8;
        outline-style: none;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
        color: #018dd8;
}

p {
        padding: 0 0 1.8em;
}

content {
        width: 960px;
	float: left;
}

.splash {
	text-align: center;
	margin: 0px auto;
}

img {
    border-style: none;
}