/* -standards- */

body, td, th, p {
    background-color: #333333;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;}   

a {color: #FFFFFF; font-weight:bold; text-decoration: none}
a:visited {color: #FFFFFF; font-weight:bold; text-decoration: none}
a:hover {color: #999999; font-weight: bold; text-decoration: none}



.titleclass {
    font-family: Garamond, Georgia;
    font-size: 4em;
    font-weight: bold;
     font-style: normal;}


a.titleclass:hover {
    color: #AAAAAA;
}



.subtitle {
    font-family: Garamond, Georgia;
    font-size: 2em;
    font-weight: normal;
    font-style: italic;}

a.subtitle:hover {
    color: #AAAAAA;}



.headonly {font-family: Lucida Handwriting, Lucida, Lucida Console, Arial, serif; font-size: .75em; font-weight: normal; font-style: normal}

a.headonly:hover {color: #AAAAAA}



.headblogonly {font-family: Lucida Handwriting, Lucida, Lucida Console, Arial, serif; font-size: 1em; font-weight: normal; font-style: normal}

a.headblogonly:hover {color: #AAAAAA}



p {
    line-height: 1.5em;
    margin: 1.2em auto;
    text-align: justify;}

pre {
    background: #333;
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 1.2em auto;
    overflow: auto;
    padding: 10px;}

input, textarea {
    font-family: "Arial";
    font-size: 1em;}
    


/* -header- */

.header{font-family: Lucida Handwriting, Lucida, Lucida Console, Arial, serif; color: #FFFFFF; font-size: 1em; font-weight: normal; font-style: normal}

a.header:link {color: #FFFFFF; font-size: 1em; font-weight: normal; font-style: normal; font-family: Lucida Handwriting, Lucida, Lucida Console, Arial, serif}
a.header:visited {color: #FFFFFF; font-size: 1em; font-weight: normal; font-style: normal; font-family: Lucida Handwriting, Lucida, Lucida Console, Arial, serif}
a.header:hover {color: #999999; font-size: 1em; font-weight: normal; font-style: normal; font-family: Lucida Handwriting, Lucida, Lucida Console, Arial, serif}

/* -footer- */




/* -content- */

#content {
    float: left;
    margin: 0 20px 0 20px;
    width: 608px;
}
#contentwrap {
    border-top: 1px solid #000;
    display: block;
    padding-top: 20px;
    width: 928px;
}


/* -floats - */

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

