/* Speck's css file */

body {
   font-family: Skia, Univers, Helvetica, sans-serif;
   font-size: 12px;
   color: #d63139;
   text-align: justify;
   line-height: 16px;
   background: #ffd639;;
}
a {
   font-weight: normal;
   text-decoration: none;
}
a:link {
   color: #aaaaaa;
   font-weight: bold;
   text-decoration: underline;
}
a:visited {
   color: #444444;
}
a:active {
   color: #ff0000;
}
a:hover {
   color: #ffd639;
   background-color: #d63139;
   font-weight: bold;
   text-decoration: underline;
}