
body {
        background: white;
	color: #000000;
}

a.date {
	text-decoration: none;
}

a.date:visited {
	text-decoration: none;
        background: transparent; 
	color: #666666;
}

a.date:hover {
	text-decoration: underline;
}

a:link {
        color: #2aaa2a;
}

a:visited {
        color: #004300;
}

h2, h4 {
	margin-left: 15px;
	padding-top: 0px;
}

	
p,table,dl {
        margin-left: 15px;
        margin-right: 40px;
        }

ul, ol {
        margin-left: 40px;
}

pre { 
        margin-left: 40px;
        font-family: monospace;
        }

code {
	color: green;
}

pre.screen {
        background: #dbdbdb;
        color: black;
        padding: .5em;
        border: 1em;
}

div#menu {
	width: 35%;
	float: left;
	clear: none;
	border-right: thin dotted rgb(0,255,0);
}

#menu div.cal a {
	text-align: center;
	width: 100%;
	display: block;
}

#menu div.cal {
	margin-bottom: 15px;
	border-bottom: 1px dotted rgb(0,255,0);
}

#menu div.travelPlan {
	border-top: 1px dotted rgb(0,255,0);
}
	
#menu div.links ul {
	margin-left: 0;
	padding-left: 0;
}

#menu div.links ul li {
	margin-left: 1em;
	list-style: none;
	display: inline;
}

div#entry {
        text-align: justify;
	width: 64%;
	float: right;
}

#entry h2 {
	margin-left: 0px;
	margin-bottom: 0px;
}

#entry h2 a {
	background-color: inherit;
	text-decoration: none;
}

#entry h2 a:hover {
	background-color: inherit;
	text-decoration: underline;
}

#entry div.date {
	font-size: 65%;
}

#entry div.abstract {
	font-style: italic;
	margin-right: 1em;
}

#entry div.content {
	margin: 1em 1em 1em 0;
}

#entry img {
	float: right;
	border: 1px solid black;
	margin-left: .5em;
}

q {
	margin-left: 2em;
	font-style: italic;
	border: 1px lightgray dashed;
	background: #eeeeee;
	color: inherit;
	padding: 1px .5em 1px .5em;
}

p.question {
	font-weight: bold;
}

p.answer {
	margin-left: 2em;
}

