/*
###########################################################
#
# Filename:			custom.css
#
# Copyright:		S-Inside
# Project:			schilderhorst.nl
# Platform:			CSS
# Date created: 	02-02-2022 
#
    used colours for this website:
    #ff222a			red
	#333			grey
    #fff			white
    
# 
###########################################################
*/

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
  	font-size: 10pt !important;
	text-decoration: underline !important;
  	background: transparent !important;
	color: #000 !important;
}
.link:hover{text-decoration: underline; color: #235db9;}


/* TinyMCE specific rules */
.mceContentBody, .mceContentBody td, .mceContentBody pre {
   font-size: 10pt !important;
}