/*
+-------------------------------------------------------------------+
| File marcella.css, de CSS in de homepage van Marcella.            |
+-------------------------------------------------------------------+ 
*/

 
/* Stel een default body in */
body 
  { background-image: url(/marcella/images/AchtergrondGroen.jpg);
    font-family:      "Times New Roman", Times New Roman, Times, serif;
    font-size:			18px;
	font-style:			normal;
	color:				#00FFFF;
	font-weight: 		400;
 	position:         relative;
	margin:			  0 auto;
	padding:	      0;
    width:            900px;
    text-align:left;
  }

/* Plaats van de data op de HOME pagina */
#MARCELLA
  {	font-family:      "Times New Roman", Times New Roman, Times, serif;
	/*color:            #e98e14; */
	color:				#FFFF00;
	font-size:        36pt;
  } 

#MARCELLAKLEIN
  {	font-family:      "Times New Roman", Times New Roman, Times, serif;
	/*color:            #e98e14; */
	color:				#FFFF00;
	font-size:        16pt;
  } 

#TEKSTACCENT
  { font:"Times New Roman", Times, serif;
    font-size:16pt;
	font-style: normal;
	color:#ffFF00;
	font-weight: 500;
  }

/* De gebruikte font binnen tabellen */
td   { color:        #90FF90;
       font-family: "Times New Roman", Times New Roman, Times, serif; 
       font-size:   13pt;  
     }

