body{margin:4%;
background-image:url(back.gif);
}
article,div.pagetop{background-color:#ffffff;
padding:0 1em;
border:medium solid gray;
border-radius:8px;
line-height:1.5;
margin-bottom:2em;
}

h1{
color:yellow;
text-shadow:0px -2px #000,
		2px 0px #000,
		0px 2px #000,
		-2px 0px #000;
}
header p{
color:white;
font-weight:bold;
text-shadow:0px -1px #000,
		1px 0px #000,
		0px 1px #000,
		-1px 0px #000;
}
h2{
color:white;
background-color:#cc0000;
margin-top:2em;
padding:1em;
}
h3{border-left:10px solid #000000;
margin-top:1em;
padding-left:1em;
}


a:link{color:blue;
}
a:visited{color:blue;
}
a:hover{color:red;
}

nav ul{
padding:1em;
border-radius:8px;
background-color:#990000;
}
nav li{
font-size:150%;
display:inline;
padding:0.5em;
}
nav a{font-weight:bold;text-decoration:none;
}

nav a:link{color:white;
}
nav a:visited{color:white;
}
nav a:hover{color:yellow;text-decoration:underline;
}

div.pagetop{
text-align:center;
font-weight:bold;
padding:1em;
}
