@charset "UTF-8";
/* CSS Document */

body {font-family: Verdana, sans-serif; font-size:12pt;}

header, nav, section, article, footer {border:1px solid grey; margin:5px; padding:8px;}

nav {background:#E3E3E3;}
nav ul {list-style-type:none; margin:0; padding:0;}
nav ul li {display:inline; margin:5px;}
nav a:link {text-decoration: none;}
nav a:visited {text-decoration: none;}
nav a:hover {text-decoration: underline; background:#FFC; font-weight:bold;}
nav a:active {text-decoration: none;}

header{background:#006983; color:white;}

footer{background-color:darkslategray; color:white;}

article {
    background-image:url("images/wanted.jpg");
    padding-top: 200px;
    width:600px;
    text-align:center;
}

