body
	{
		font-family: monospace;
	}

A { 
	text-decoration: none;
	}

a:visited { 
	color: blue;
	}

a:hover { 
	color: red;
	border-bottom: 1px dashed red;
	background-color: lemonchiffon;
	}

dt	{
	font-weight: bold;
	font-size: large;
}
dd.post_title	{
	margin-left: 1em;
	font-weight: bold;
	line-height: 150%;
	background-color: lightcyan;
	}

dd.expl	{
	font-size: 	small;
	margin-left:	2em;
	line-height:	150%;
	color:		dimgrey;
	}

a:hover.zoom { 
	color: red;
	border-bottom: 1px dashed red;
	background-color: lemonchiffon;
	font-size: 	large;
	}

table#form { 
	background-color: lemonchiffon;
	}

input {
	font-family: monospace;
	}

.main {
	font-size: 80%;
	}

.smallitalic {
	font-style: italic; 
	font-size: small;
	}

.small {
	font-size: small;
	}

STRONG {
	font-size: 120%;
	font-weight: bold;
	}

em {
	color: red;
	}

H1 {
	font-size: 150%;
	font-weight: bold;
	}

