html,body{
   background: #ac9273;
   color: #ffffff;
}

a{
   color: #ffffff;
   text-decoration: none;
   border-bottom: 1px dotted #ffffff;
}

div#everything{
   text-align: center;
   margin-top: 1em;
   margin-bottom: 1em;
}
div#logo{
   width: 297px;
   height: 351px;
   background: url('/images/logo.png');
   align: center;
   margin: auto auto auto auto;
}

div#logo:hover {
   background: url('/images/logowink.png');
}

div#logotitle {
   font-size: 24pt;
   font-weight: bold;
   font-family: sans-serif;
}

div.section {
   margin-top: 2em;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   align: center;
   width: 30em;
   font-family: sans-serif;
}

div.section div#name {
   font-size: 18pt; 
   font-variant: small-caps;
   border-bottom: 3px dashed #ffffff;
}

div.section div#content {
   font-size: 11pt;
   margin-left: 4.4em;
   padding: 1em;
   line-height: 2em;
}
