﻿/* Website specifieke CSS elementen die in de Editor moeten terug komen */

a 
{
	color: Maroon;
	text-decoration: none;
	background-color: Transparent;
}

a:hover 
{
	color: Maroon;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
	font-weight: bold;
	padding-bottom: 5px;
}

h1 
{
	font-size: 1.6em;
}

h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1.2em;
}

h4, h5, h6 
{
	font-size: 1.0em;
}

ul {
	padding-top:			0px;
	padding-bottom:			0px;
	margin-top:			0px;
	margin-bottom:			0px;
	list-style-type:		square;
}
