/*
###########################################################
#
# Filename:			custom.css
#
# Copyright:		S-Inside
# Project:			ctsoftware.nl
# Platform:			CSS
# Date created: 	09-06-11
#
    used colours for this website:
    #aaa			grey
    #235db9			blue
    #64b6fa			light blue
    #a71f1f			dark red
    
# 
###########################################################
*/

.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;}

.productlink {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
  	font-size: 10pt !important;
  	font-weight: bold !important;
  	letter-spacing: 1px !important;
	text-decoration: underline !important;
  	background: transparent !important;
	color: #235db9 !important;
}
.productlink:hover{text-decoration: underline !important; color: #000 !important;}


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