
/*** BODY OPMAAK ***/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	background: #ffffff;
	margin: 0px;
}

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



/*** CONTAINER ***/

#container {
position:absolute;
width:553px;
height:700px;
left:50%;
background-color:white;
margin-left:-275px;
z-index:1;
}

#text-orb {
    width:300px;
	height:120px;
	margin-left:125px;
}

#text-orb h1 {
    text-decoration:none;
	font-size:25px;
	color:#666666;
}

#text-orb h2 {
    text-decoration:none;
	font-size:15px;
	color:#999999;
}


