/*
Stiching Max main-css
@author: Publer.com
@version: 20090205
*/

/* Color Scheme
blue: #00b9f3
licht geel: #d0c533
donker geel: ##83781F
torquise: #BFEFFB
*/

/* Text
**********************************/
body, #publerBody {
	font-family: Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	}
	
a{
	color:#00b9f3;
	text-decoration:none;
	}

h1{
	font-size:1.6em;
	text-transform:uppercase;
	}
	
h2{
	margin:22px 0 0 0;
	padding:0 0 0 0;
	color:#288cc8;
	font-size:1.2em;
	text-transform:uppercase;
	}

h3{}

p{
	line-height:1.6em;
	color:grey;
	}

p.blue-block, p.red-block{
	background-color:#278bcb;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
}

p.red-block{
	background-color:#ca5921;
}