body, img, p {
    text-align: center;
}

h1 {
    text-shadow: 3px 3px 6px rgb(255,0,0);
}

body { background-image: url(background.gif); }

p
{
	color: black;
	font-family: Times, Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 6pt;
}

.button {
    display: block;
    border: solid blue;
    background: white;
    float: left;
    margin: 1em;
    padding: 1em;
}

