<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Set margin and padding on each element to 0px */

* {
	margin: 0px;
	padding: 0px;
}

* html #right { 
margin-right: -2px; 
}

* html #coorpPartner { 
margin-left: -3px; 
} 

/* Standard HTML-Tags */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


ul {
	text-align: left;
	list-style-type: none;
}
 
ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 15px;
}

ul li ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 15px;
}


img {
 	border: 0px;
 }
 
#masterBox {
	margin: 10px auto;
	width: 680px;
	border: 1px solid #000000;
}

/* Other classes */

.content { 
 	padding: 0px 20px 0px 20px;
}
 
.job {
	font-size: 26px;
	font-weight: bold;
 }

/* Links and Co */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}
</pre></body></html>