/* style.css - a simple style sheet */


body {
  margin-left: 5%; margin-right: 10%;
  color: white; background: black;
  font-family: Verdana;
}



.sidebarsmall      {

margin: 20px -10px 50px 0;
padding:0;
float: right;
width: 30%;
text-transform: uppercase;
font-family: verdana, "Trebuchet MS", heltetiva, arial, sans-serif;
color: #FFFFFF;
letter-spacing: 0.2em;
text-align: left;
font-size: 0.85em;
border-top: 1px solid #3D3D3D;
border-bottom: 1px solid #ffffff;
background-color: #2B2B2B;

}

.sidebarsmall a {
display: block;
padding: 8px 0 5px 10px;
color:#FFFFFF;
text-decoration: none;
border-left: 1px solid ##3D3D3D;
border-right: 1px solid #ffffff;

}

.sidebarsmall a:hover {

color: #6699FF;
text-decoration: underline;

}

}