/**
  Blackberry Productions Style Sheet
  Iframe style sheet

  border: thin dotted #00FF00;
*/

body {
    background: transparent url(../images/paper_bg.jpg)  repeat-y fixed;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .9em;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
   
}

ul li {
    padding: 2px 10px 3px 10px;
}

ul li a {
    padding: 3px 3px 3px 3px;
    color: #161318;
    text-decoration: none;
    display: block;
}

ul li a:hover {
    color: #371e0f;
    background-color: #f9df8b;
}