/* stylesheet bij de rozenkwarts */

body { color:#000000;
		   font-family:arial;
			 font-size:14px;
			 background-color:white;
}
a:link {color: #A9A9A9;
        text-decoration: none;
}
a:visited {color: #A9A9A9;
           text-decoration: none;
}
a:hover {color: #FF0000;
         text-decoration: none;
}
a:active {color: #FF0000;
          text-decoration: none;
}

#agendachange td{
font-family:Arial, Helvetica, sans-serif; 
font-size: 18px;
text-align:center;
}

h1 {
	font-size: 40px;
	color: #FF00FF;
	font-style:italic;
}
h4 {
	font-size: 40px;
	color: #FFFF00;
	text-decoration:underline;
	font-weight: bold;
}
/*p  { font-family: times, serif;
	 	 font-size: 18pt;
		 text-align: center;
		 color: yellow; 
}*/
p.links { font-family: times, serif;
	 	 		   font-size: 18pt;
		       text-align: left;
		 			 color: yellow; 
}
p.rechts { font-family: times, serif;
	 	 		   font-size: 18pt;
		       text-align: right;
		 			 color: yellow; 
}
.links {text-align:left;
}
.rechts {text-align:right;
}
.midden {text-align:center;
}
.nobr {white-space: no-wrap;
}
ol {list-style-type:upper-alpha;
}
ul {list-style-type:square;
}

