/*

$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);
}

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;
}

a:active {  
	color: #030387; 
	text-decoration: none;
}
a:link { 
	color: #020A4D; 
	text-decoration: none;
}
a:visited { 
	color: #020A4D; 
	text-decoration: none;
}
a:hover { 
	color: #030387; 
	text-decoration: none;
}

