<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Global style for all skin styles.
 */

body {
	background-repeat: repeat-x;
	margin: 5px;
}

h1 {
	margin: 6px;

}

b {
	text-transform: uppercase;
}

.indexicon {
	margin-left:30px;
	margin-right:30px;
}

div.row {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div.thumb {
	width: 150px;
	height: 150px;
	float:left;
}

div.clearrow {
	clear:both;
}
</pre></body></html>