@charset "iso-8859-1";
/* code of http://www.hrvisser.info/hrvisser_styles.css */
/* last update: jan 04, 2018 */

a:link {
	color : #0000FF;
	text-decoration : none; }

a:visited {
	color : #800080;
	text-decoration : none; }

a:active {
	color : #FF0000;
	text-decoration : none; }

a:hover {
	color : #FF0000;
	text-decoration : underline; 
	font-weight : bold;		}

body.content {
	background : #FFFFFF;
	background-color : #E4EDE0;
	background-image : url("./img/body_bg.png");
        background-repeat : no-repeat;
        background-attachment : fixed;
        background-position : top left;
	font-family : verdana,arial,helvetica;
        font-size : 10pt;
        font-weight : normal;
	color : #000000; }
	
body.menu {
	background : #FFFFFF;
	background-color : #00FF00;
	background-image : url("./img/menu_bg.png");
        background-repeat : no-repeat;
        background-attachment : fixed;
        background-position : top left;	
	font-family : verdana,arial,helvetica;
        font-size : 10pt;
        font-weight : normal;
	color : #000000; }

body.plain {
	background : #FFFFFF;
	background-color : #FFFFFF;	
	font-family : verdana,arial,helvetica;
        font-size : 10pt;
        font-weight : normal;
	color : #000000; }
	
h1 {
	text-align : right;
	font-family : verdana,arial,helvetica;
        font-size : 175%;
        font-weight : bold;
	color : #000000; }

h2 {
	text-align : left;
	font-family : verdana,arial,helvetica;
        font-size : 150%;
        font-weight : bold;
	color : #000000; }
	
h3 {
	text-align : left;
	font-family : verdana,arial,helvetica;
        font-size : 125%;
        font-weight : bold;
	color : #000000; }
	
table {
        font-size : 100%;
        font-weight : normal;
	color : #000000; }