* {
	margin: 0px;
	padding: 0px;
	
	text-align:left;
	vertical-align:top;
	
	font-family: verdana, helvetica, arial;
	font-size:12px;
	line-height:18px;
}


#htmlpage {
	width:100%;
	height:100%;
	
	text-align:left;
    margin-top:70px;
}
#container {
	width:654px;
    margin-left:40px;

}
#footer {
    clear:both;
}
#the-real-footer {	
    margin-top:50px;
	text-align:center;
	font-size:10px;
	color:#999999;
	
	background:none;
	background-color:#FFFFFF;
	
}

#header {
	color:#666666;
	font-weight:bold;
    
    margin-bottom:5px;
    margin-top:20px;

    border-bottom:1px dotted #CCCCCC;
}
#header * {
    text-align:right;    
    font-size:17px;
}
#menu-top {
	text-align:right;
	color:#999999;
    font-weight:bold;
    margin-bottom:20px;
    padding:8px;
    border-bottom:1px dotted #CCCCCC;
}
#content {	
	color:#666666;
}

.blogpost {
	margin-bottom:20px;
}
.post-title {
	color:#000000;
    font-weight:bold;
    display:inline;
    margin-left:10px;
}
.post-date {
	color:#999999;
    display:inline;
    margin-left:10px;
}

.post-content {
    margin-left:40px;
    margin-top:10px;
}
.post-content p {
	text-align:justify;
}
table {
    border:1px solid #CCCCCC;
}
table td {
    border:0;
    border-bottom:1px solid #EFEFEF;
}
.post-comment-link {
}
.post-separator {
    border:0;
    border-bottom:1px dotted #DDDDDD;
}

#year-table td {
}

#seen-list-table tr td {
    padding:3px;
}

body {
}
 
p {
    margin-bottom:10px;
}

h1 {
    margin-bottom:10px;
    font-weight:bold;
    font-size:15px;
}

a {
    color:#3366FF;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

blockquote {
    padding-left:30px;
    padding-right:30px;
}
blockquote p {
    font-size:8pt;

}


.alignRight {
    text-align:right;
}

.alignCenter {
    text-align:center;
}
.not-seen {
    color:#FF0000;
}

.row-even {
    background-color:#EFEFEF;
}

.row-odd {

}