﻿body 
{
    font-family : "trebuchet ms", "luxi sans";
    background-color : #F6F6F6;
    font-size : small;
}

p
{
	text-align: justify;
}

h2
{
    font-size : xx-large;
    font-weight : normal;
    text-decoration : underline;
}

h3
{
    font-size : large;
    font-weight : normal;
}

.clsBlogTitle
{
    color: #750E28;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.clsBlogSubTitle
{
    color: green;
    font-style: italic;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.clsTitleQuote
{
    color : Red;
    font-style : italic;
}

.clsEntryTitle
{
    color : #005826;
    font-size : large;
    text-decoration : none;
}

.clsEntryTitle:hover
{
	text-decoration : underline;
}

.clsEntryDate
{
    color : #999999;
}

.clsEntryCategory
{
    color : #999999;
}

.clsEntryText
{
    padding-top : 10px;
}

.clsEntryComment
{
    color : #005826;
    text-decoration : none;
    font-size : small;
    font-weight : bold;
    font-style : italic;
}

.clsCommentAuthor
{
    border-bottom : solid 1px black;
    background-color : white;
    font-weight : bold;
    font-size : small;
}

.clsCommentLink
{
    text-decoration : none;
}

.clsCommentText
{
    padding-top : 10px;
    font-size : small;
    background-color : white;
    font-family : Trebuchet MS;
}

.clsCommentDate
{
    color : #999999;
    border-bottom : solid 1px black;
    background-color : white;
    font-size : small;
}

code
{
    font-family : Trebuchet MS;
    font-weight : bold;
    font-size : small;
}

pre
{
    color: #000000;
    background-color : White;
    font-size : small;
}

.keyword
{
    color:rgb(0,0,255);
}

.comment
{
    color:rgb(0,128,0);
    font-style : normal;
}

.pp
{
    color:rgb(0,0,255)
}

.clsPermaLink
{
    color : #005826;
    text-decoration : none;
    font-size : small;
    font-weight : bold;
}

.clsQuote
{
	font-weight : bold;
}

table.gridtable {
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size:small;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

