* { font-family: "proxima-nova", sans-serif; }
body {
    background-size: 100% 100%;
    background-color: #000;
}

h1 {
  text-align: center;
  font-weight: bold;
}

.item { 
   font-size: 14px;
	margin-bottom: 1px; 
	padding: 12px 18px 12px 18px;
   background-color: #fff;
   line-height: 22px;
   overflow: hidden;
}

.item a { 
   font-family: "proxima-nova",sans-serif;
   font-size: 18px;
   color: #000;
   border-bottom: 1px dashed #999;
}

.item a:visited { color: #999; }

h3 { font-weight: bold; }

#header {
   position: relative;
}

#footer {
   padding-top: 8px;
   background-color: #000; color: #fff;
}

#footer a {
   color: #fff;
   font-weight: bold;
}