body {
	color: white;
	/*
	background: #707070;
	background: #304459;
	*/
	background: #25395b;
	background: #424b54;
	color: #ccc;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 6%;
	margin-right: 6%;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Georgia, sans-serif;
	font-size: 11pt;
}

ul li {
	padding: 0.2ex 0 0.2ex 0;
}

h1,h2,h3,h4 {
	color: white;
	font-style: italic;
	font-weight: bold;
}

/*
h2 {
	margin-left: 0.2em;
}
h3 {
	margin-left: 0.6em;
}
h4 {
	margin-left: 1em;
}
*/

/*======== links */

A:link {
	color: #ccff00;
}

A:visited {
	text-decoration: strikeout;
	color: #ccff00;
}

A:hover {
	text-decoration: underline;
	color: #ccff00;
}

.entry {
	padding: 4px;
	border-bottom: 1px dashed gray;
}
.entryimg {
	padding: 4px;
	border-bottom: 1px dashed gray;
}

u {
	padding-left: 2px;
	padding-right: 2px;
	color: black;
	background: #ffffcc;
	text-decoration: none;
}

h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	color: silver;
	/*
	border-bottom: 1px dashed silver;
	*/
}

