/*

$Id$

STYLE SHEET DEFINITIONS
============================
Author            : Mark Rosa (rosa@arch.ethz.ch)


*/

/* font-family = Schriftart fuer Textelemente */

body { 
        background-color:#ffffff;
	background-image: url(http://www.yourcell.net/rosa/img/background.gif);
	margin: 20px;
}

p,ul,ol,dl,li,div,td,th,address,blockquote,nobr,b,i,dt,dd,form,table,font,input
     {
	font-family:Verdana, Arial, Helvetica;
	font-style: normal;
	line-height: normal;
	font-size: small;
	color: #453425;
}

h1,h2,h3,h4 {
	font-family:Verdana, Arial, Helvetica;
	font-style: normal;
	line-height: normal;
	color: #453425;
}

td {
	vertical-align: top;
	text-align: left;
}


.header {  font-size: 13pt; font-weight: normal}
.title {  font-size: 11pt; font-weight: normal}
.normal {  font-size: 11pt; font-weight: normal}
.body {  
	font-size: 10pt; 
	font-weight: normal;
	margin-left: 40px;
}
.small {  font-size: 9pt; font-weight: normal}
.smaller {  font-size: 8pt; font-weight: normal}

.img { margin: 20px; }
.img_border { margin: 20px; border:3px solid #555555; }

a:active {  
	color: #030387; 
	text-decoration: none;
}
a:link { 
	color: #020A8D; 
	text-decoration: none;
	font-style: italic;
}
a:visited { 
	color: #020A4D; 
	text-decoration: none;
	font-style: italic;
}
a:hover { 
	color: #020A8D; 
	text-decoration: none;
	font-style: italic;
	font-variant: small-caps;
}
