/* 
    Document   : main
    Created on : 4-nov-2015
    Author     : Toine
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   This style sheet gives the main and fixed CSS for both mobile and large viewers.

*/

root { 
    display: block;
}

body, html {
    font-family:        arial, Tahoma, helvetica, arial, sans-serif, serif;
    font-size:          1em;
    font-style:         normal;
    font-weight:        400;
    text-shadow:        none;
    text-decoration:    none;
    text-transform:     none;
    letter-spacing:     0em;
    word-spacing:       0.1em;
    line-height:        1.2em;
    background-color: 	white;
    margin: 		0;
    padding: 		0;
    color: 		black;
}
.accessaid, h1 {
    position: 		absolute;
    height: 		0;
    overflow: 		hidden;
}
a {
    text-decoration:	none;
    color:              inherit;
}
a:visited {
    color:  inherit;
}
a:hover {
    color:  #000;
}

.titleFont {
    color: lightgrey;
}


p {
    font-size: 1em;
    padding: 0em 0.4em 0 0;
    margin: 0px;
    text-align:justify;
}
h2 {
    font-size: 		1.8em;
    font-weight:        200;
    display:		inline;
    padding: 		0px 10px 0px 0px;
    line-height: 	3;
}
h3 {
    font-size: 		1.1em;
    font-style:		italic;
    font-weight:	normal;
    display:		inline;
}
h4 {
    font-size: 1.1em;
    display: block;
    font-style: italic;
    padding: 1em 0 0.4em 0;
}
h5 {
    font-size: 1.2em;
    font-weight: bold;
}
h6 {
    font-size: 		1.1em;
    font-weight:	bold;
    display:		inline;
}

