<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;
    margin-top:20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align:center;    
}

h1 {
    font-family: Calibri, Verdana, Arial;
    font-size: 2,5em;
    font-weight: 500;
    color: #666;
}

b {
	text-transform: uppercase;
}

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

div.main {
	width: 800px;
    height:100%;
    text-align:center;
    margin-left: auto;
	margin-right: auto;
}
div.row {
	width: 800px;
    float:left;
    color:#ffffff;
}

div.thumb {
	width: 150px;
	height: 150px;
	float:left;
    font-size: 10px;

}
div.title {
	width: 800px;
    text-align:left;
}
div.description {
	width: 600px;
    text-align:left;
    padding:4px;
    font-style:italic;
    background-color:#ffffff;
    border:1px solid #cccccc;
}
div.navigationrow {
	width: 800px;
    height:60px;
	margin-left: auto;
	margin-right: auto;
    clear:both;
	display:block;
}

div.navigationblock {
	width: 160px;
	height: 60px;
    display:inline;
    text-align:center;
    float:left;
}
div.clearrow {
	clear:both;
}

.icon {
	border: 0px;
}
</pre></body></html>