body {
   font-family: Verdana, Arial;
   font-size: 8pt;
   font-weight: normal;
   color: #fff;
}

a {
   font-family: Verdana, Arial;
   font-weight: bold;
   color: #cb2027;
   text-decoration: none;
}
a:hover { text-decoration: underline; }

ul {
   float: left;
   width: 250px;
   text-align: justify;
   list-style-type: none;
   list-style-image: url('../gfx/point.gif');
   margin-left: 15px;
   color: #333;
}
h1 {
   font-size: 11pt;
   text-align: justify;
   margin-bottom: 10px;
}
h2 {
   font-size: 9pt;
   text-align: justify;
   margin-bottom: 10px;
}
p { text-align: left; }
#projects p {
   padding-bottom: 15px;
   border-bottom: 1px solid #fff;
}
#buttons a {
   display: block;
   float: left;
   padding: 3px;
   background: #313131;
   color: #fff;
   font-weight: normal;
   margin: 3px;
   margin-left: 0;
}
#buttons a:hover {
   background: #212121;
   text-decoration: none;
}
#contact p {
   background: #313131;
   border-bottom: 5px solid #fff;
   padding: 15px 20px;
}

.r { color: #cb2027; }

