/* Take care of all of the headers we'll use */
h1 { color: yellow; text-transform: capitalize; font-family:
france,helvetica,serif,times }
h2 { color: yellow; text-transform: capitalize; font-family:
france,helvetica,serif,times }
h3 { color: yellow; text-transform: capitalize; font-family:
france,helvetica,serif,times }

/* As long as all text is wrapped in <p> tags, this should handle it */
p { color: yellow; font-family: france,helvetica,serif,times }
b { font-family: france,helvetica,serif,times }
i { font-family: france,helvetica,serif,times }

/* This doesn't work properly in Netscape yet,
   but we'll put it here just in case. */
body { background-color: black; background-attachment: fixed) } 

/* Enough underlines already!!! */
a:link { color: lightblue; text-decoration: none }
a:active { color: lightblue; text-decoration: none }
a:visited { color: lightblue; text-decoration: none }

.item { color: yellow;
        font-family: helvetica,serif,times;
        font-size: 10pt;
        margin-bottom: 5mm;
        margin-left: 1cm;
        text-align: justify }

.itemhead { color: white;
            font-family: helvetica,serif,times;
            font-size: 14pt;
            margin-bottom: 1mm;
            margin-left: 5mm;
            margin-top: 1mm }

.itemdate { color: white;
            font-family: helvetica,serif,times;
            font-size: 10pt;
            margin-bottom: 1mm;
            margin-top: 1mm }

.email { font-family: helvetica,serif,times;
         font-size: 10pt;
         font-style: italic;
         color: #5acc00 }

.snippet { font-family: helvetica,serif,times;
           color: yellow;
           font-size: 10pt }

.sidebar {font-family: helvetica,serif,times;
           color: yellow;
           text-align: justify;
           font-size: 10pt }

