body {
    background-attachment:  fixed;
    background-color:       #ffffff;	
    /* font-family:            Trebuchet MS, Arial, Helvetica, sans-serif; */
    /* font-family:            verdana, georgia, arial, sans-serif;*/
    font-family:            arial, sans-serif;
    font-size:              12px;
    color:                  #000000;
    scrollbar-arrow-color:  #000000;
    scrollbar-base-color:   #038ec2;
    scrollbar-track-color:  #ffffff;
    text-align:             justify;
}

/*
#container {
    width: 800px;
}
*/

/*
ul {
    type=square;
}
*/

TD 
{ 
    /*font-family:    Trebuchet MS, Arial, Helvetica sans-serif; */
    font-size:      13px; 
    font-weight:    normal;
}

/* TODO(nori): Having decorations on the "a" element means that this
 * triggers on a-names as well as a-hrefs.  The hrefs close, but the
 * a-names are parsed as being unclosed, so they're all highlighted.
 * For now, in the generic month-index template, I'm just explicitly
 * closing all <a name> tags with an </a>, but maybe I should figure
 * out if there's a better way to define these a-element styles more
 * limitingly.  Maybe there isn't.   -- Sun Oct  1 18:40:05 EDT 2006
 */
a { text-decoration: none }
a:hover { text-decoration: underline }

.post {
    background-attachment:  fixed;
    background-color:       #ffffff;	
    /* font-family:            Trebuchet MS, Arial, Helvetica, sans-serif;*/
    /* font-family:            verdana, georgia, arial, sans-serif; */
    font-family:            arial, sans-serif;
    font-size:              12px;
    color:                  #000000;
    text-align:             justify
}

h2 { font-family:  Courier New, Courier; }
th { font-family:  Times, Times New Roman; }
/* i { font-family: Times, Times New Roman; }*/
i { font-family: Times; }

.calendar {
}

blockquote {
    /*font-family:  verdana, georgia, arial, sans-serif;*/
    font-family:  arial, sans-serif;
    color:        #222;
    font-size:    12px;
    font-weight:  normal;
    /* Define the border on the page itself ... */
    /* ... but also define it here, for the month-index pages */
    border:       1px #ff6600 dotted;
    background:   #f0f0f0;
    padding:      10px 25px 10px 25px;
    margin:       10px 50px 10px 50px; /* top right bottom left */
    text-align:   justify
}

.blockquote {
    /*font-family:  verdana, georgia, arial, sans-serif;*/
    font-family:  arial, sans-serif;
    color:        #222;
    font-size:    12px;
    font-weight:  normal;
    /* Define the border on the page itself */
    border:       1px #ff6600 dotted;
    background:   #f0f0f0;
    padding:      20px 25px 10px 25px;
    margin:       10px 50px 10px 50px; /* top right bottom left */
    text-align:   justify
}

#entry {
    padding: 0px 15px;
}

.smallLinks {
    font-size: 11px;
}
