@import url("advanced.css");

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.5em "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif; /* 1em is now 12px at 96ppi. */
	}

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 1.25em; }
h3 		{ font-size: 1.25em;  }
h4		{ font-size: 1.1em;  }
h5,h6	{ font-size: .84em;  }

table, form, select, input, textarea { 
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}

/* default link formatting */			
a, a:link 			{ color: rgb(118,134,200); text-decoration: none; }
a:visited 			{ color: rgb(118,134,200); }	
a:focus, a:hover 	{ color: rgb(31,31,79); }
a:active 			{ color: rgb(31,31,79); }

#afbeelding {
	font-size:8pt;
	font-style:italic;
	color:#ccd;
	width:200px;
	margin:0;
	padding:11px;
	float:left;
	display:block;
}

#twitter {
	float:left;
	width:200px;
}

#quotes {
	float:left;
	width:200px;
	background-color:#5b5077;
	color:#ffffff;
	padding:10px;
}

#quotes ul {
	list-style:none;
}

#quotes ul li {
	margin:0 0 20px 0;
}
