body {
	margin-top: 10px;
	padding: 0px;
        text-align: center; 
	background: #545454;
}

body, p, html, table, td {
	font-family: "Courier New", Courier, monospace;
	font-size: 15pt;
        color: silver;
}


.pivot-image {
	/* style for images in entries */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
	background-color: #545454;
}

#container {
        position: relative;
        margin: 0 auto;
        width: 766px;
        text-align: left;
        padding: 1px;
        }


#centercolumn {
	margin-left: 255px;
	margin-top: 6px;
        background-color: #545454;
}

#header {
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
	background: black;
	padding: 2px;
}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 249px;
	margin-top: 6px; 
        background: #545454;
}


#leftcolumn, #leftcolumn p { 
	font-size: 11pt;
}


#footer {
	border: 1px solid #545454;
	clear: both;
}

a {
 text-decoration: none;
 font-style: italic; 
 font-weight: bold;
 color: silver;
}

p a:hover {
  color: red }

.block {
	margin-bottom:6px;
	padding: 1px;
	background: #545454;
	border: 1px solid silver;
        font-size: 11pt;
}


.block H3 {
	background: black;
	color: silver;
	margin: 0px;
	padding: 1px;
	font-size: 11pt;
}

.block P {
	margin: 1px;
        font-size: 11pt;
}

.content {
	padding: 4px;
	background: #545454;
        color:silver;
        font-size: 13pt;
}

.content a:hover {
    color: red }

.entrycontent {
        font-size: 13pt; 
        color: white; 
	padding: 8px;
	background: #545454;
	border: 1px solid #545454;
}


.content p, table, tr, td {
	margin: 4px 2px 4px 2px;
        color: silver;
        font-size: 11pt;
        font-style: italic; 
}


H1 {
	font-size: 44pt;
        font-style: bold; 
        line-height: 20pt;
	margin: 4px;
	color: red;
		display: inline;
}


H2 {
        color: white; 
	font-size: 15pt;
	border-bottom:1px solid silver;
	margin:0px;
	padding: 2px;
}

H3 {
	font-size: 13pt;
}

H4 {
	font-size: 14px;
	margin: 4px;
	color: #FFF;
	display: inline;
	font-style: italic;
}

.date {
	color: silver;
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: silver;
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: silver;
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
        font-style: italic;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: silver;
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
        font-style: italic;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed silver;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
        text-decoration: none; 
	font-weight: bold;
	color: silver;
}


.entryfooter a:hover, .date a:hover {
	font-weight: bold;
	color: red;
}

H3 A, H2 A, block H3 A {
    font-style: normal }

.prevnext_links {

	float: right;
	color: silver;
}

H1 A, .prevnext_links A {
	color: red;
        font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: white;
        font-style: normal;
	font-weight: bold;
}


.searchbox {
   margin-top: 4px;
   font-size: 11pt 
   width: 150px }

