SPAN.guibutton { color: black;
			     font-style: oblique;
				 font-size: 150%;
				 background-color: #C0C0C0;
				 background-position: 10% 50%;
}

.keycap {
		color: black;
		# text-decoration: underline;
		border: solid;
		border-width: thin;
		border-style: outset;
		padding-left: 5;
		padding-right: 5;
		padding-top: 0;
		padding-bottom: 0;
}

.programlisting {
    color: black;
	background-color: #EEEEEE;
	/* border: solid; */
	/* border-width: thin; */
	/* width: 100% */
}

.literallayout {
    color: black;
	background-color: #EEEEEE;
	font-style: oblique;
}

SPAN.accel { color: black;
		   	 text-decoration: underline;
			 font-style: oblique;
}


/* center på bilder */
CLASS.mediaobject {
	align: center
	border: solid;
}

.caption {
	align: center
	border: solid;
}
