/* 
    Document   : blog.css
    Created on : 21.2.2010, 13:03:07
    Author     : tkv
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root{ display: block;}
@font-face {
  font-family: QuillScript;
  src: url(QUILSCRN.TTF);
}
body { font-family: QuillScript, serif }
table.raceEvent {border: 1px solid blue;}
table.raceEvent > td {border: 1px solid blue;}
.double { text-align:right }
textarea.text { width:40em }
div.text > p { width:40em }
div.text > p:first-letter { font-size:120%; font-weight:bold}
img { border:none }
