body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}



h1 {
	text-align:center;
}

h3 {
	border-bottom:1px solid black;
}

h4 {
	border-bottom:1px dotted black;
}

pre, code, .code {
	font-family:"Courier New", Courier, mono;
	font-size:1.2em;
}

pre, code {
	display:block;
	padding:15px;
	margin-left:5%;
	margin-right:5%;
	background-color: #EEE;
	border:1px dashed black;
}

.smaller {
	font-size:smaller;
}

.thumbnail {
	position:relative;
	float:right;
	text-align:center;
	font-size:smaller;
	margin-left:15px;
	border:1px solid #CCC;
	padding:2px;
}

.thumbnail2 {
	float:none;
	text-align:center;
	font-size:smaller;
	margin-left:15px;
	padding:2px;
}

.thumbnail img {
	border:1px solid black;
	margin:7px;
}

.thumbnail a { display:block; }

li {
	list-style-type: square;
}
li.number  {
	list-style-type: decimal;
}
a {
	font-weight:bold;
	padding:2px;
}
a:link {
	color:gray;
	background-color:#FFF;
}
a:visited {
	color:gray;
	background-color:#FFF;
}
a:hover {
	color:darkgray;
	text-decoration:none;
	background-color:#F5F5F5;
}
a:active {
	color:darkgray;
	text-decoration:none;
	background-color:#F5F5F5;
}

