a:link { color:#1010a0; text-decoration: none }
a:visited { color:#1010a0; text-decoration: none }
a:hover { color:#1010a0; text-decoration: underline }
a:active { color:#1010a0; text-decoration: underline }

.document {
	background-color:white;
    font-family:Arial, Arial, Helvetica, sans-serif;
    font-size:90%;
    margin:auto;
}

.header {
	height:150px;
}

.header a:link { color:#303030; text-decoration: none }
.header a:visited { color:#303030;  text-decoration: none }
.header a:hover { color:#303030; text-decoration: none }
.header a:active { color:#303030; text-decoration: none }

.logo {
	float:left;
	margin-left:40px;
	margin-right:80px;
	border-style: none;
}

.titlecontainer {
	padding-top:10px;
    margin-left:150px;
}

.title {
	font-family:Lucida Console, Monaco, monospace;
    font-size: 17pt;
	padding-top:14px;
	padding-bottom:10px;
    color:#303030;
}

h1, h2, h3 {
    color:#202030;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

.sidebar {
	padding-left:20px;
	float:left;
    width:150px;
	font-size:85%;
}

.content {
    margin-left: 240px;
}

.blockquote {
    background-color:#e0e0e0;
	font-family:serif;
	line-height:120%;
    font-size:110%;
    margin:20px 20px;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
}

pre {
    background-color:#e0e0e0;
	line-height:120%;
    font-size:110%;
    margin:20px 20px;
	padding-left:24px;
	padding-top:10px;
	padding-bottom:10px;
}

.footer {
    text-align:center;
	margin-top:100px;
    height:50px;
    clear:both
}

.entry_date {
    color:#303030;
	margin-bottom:5px;
}

.entry_subject {
	font-family:Trebuchet MS, Helvetica, sans-serif;
    color:#202030;
    font-size:150%;
	margin-bottom:20px;
	font-weight:bold;
}

.entry_subject a:link { color:#202030; text-decoration: none }
.entry_subject a:visited { color:#202030; text-decoration: none }
.entry_subject a:hover { color:#202030; text-decoration: none }
.entry_subject a:active { color:#202030; text-decoration: none }

.entry_body {
	margin-bottom:50px;
	margin-right:100px;
	font-size:100%;
}

.login_logout {
	font-size:75%;
	margin-top:100px;
}

img {
	margin-left:+30px;
}

object {
	margin-left:+30px;
}