
body {
background-color : #000000;
background-image : url(http://www.verschoorintermediair.nl/images/camera-001-zwart-klein.jpg);
background-repeat : no-repeat;
background-attachment : scroll;
background-position : right top;

}
/* hieronder de bepalingen van de achtergrondkleuren */
h1 {
background-color : transparent;
}
h2 {
background-color : transparent;
}
h3 {
background-color : transparent;
}
h4 {
background-color : transparent;
}
h5 {
background-color : transparent;
}
h6 {
background-color : transparent;
}
p {
background-color : transparent;
}
/* hieronder de bepalingen van de lettertypes fonts */
h1 {
font-family : verdana, arial, 'century gothic';
}
h2 {
font-family : verdana, arial, 'century gothic';
}
h3 {
font-family : verdana, arial, 'century gothic';
}
h4 {
font-family : verdana, arial, 'century gothic';
}
h5 {
font-family : verdana, arial, 'century gothic';
}
h6 {
font-family : verdana, arial, 'century gothic';
}
p {
font-family : verdana, arial, 'century gothic';
}
p.verdana {
font-family : verdana, arial, 'century gothic';
}
a {
font-family : verdana, arial, 'century gothic';
}
/* hieronder de bepalingen van de stijl van het gebruikte font */
h1 {
font-style : normal;
}
h2 {
font-style : normal;
}
h3 {
font-style : normal;
}
h4 {
font-style : normal;
}
h5 {
font-style : normal;
}
h6 {
font-style : normal;
}
p {
font-style : normal;
}
/* hieronder de bepalingen van de variant van het gebruikte font */
h1 {
font-variant : normal;
}
p {
font-variant : normal;
}
h1 {
font-weight : normal;
}
h2 {
font-weight : normal;
}
h3 {
font-weight : normal;
}
h4 {
font-weight : normal;
}
h5 {
font-weight : normal;
}
h6 {
font-weight : normal;
}
p {
font-weight : normal;
}
/* hieronder de bepalingen van de kleuren van de tekst */
h1 {
color : white;
}
h2 {
color : white;
}
h3 {
color : white;
}
h4 {
color : red;
}
h5 {
color : #22b14c;
}
h6 {
color : blue;
}
p {
color : white;
}

.blauw { color: blue }

/* hieronder de bepalingen van de grootte van de tekst */
h1 {
font-size : 26pt;
}
h2 {
font-size : 24pt;
}
h3 {
font-size : 20pt;
}
h4 {
font-size : 16pt;
}
h5 {
font-size : 12pt;
}
h6 {
font-size : 8pt;
}
p {
font-size : 10pt;
}
/* hieronder de bepalingen van de uitlijning van de tekst */
h1 {
text-align : left;
}
/* hieronder de bepalingen van de eigenschappen van de hyperlinks */
a {
text-decoration : none;
}
a:link {
color : white;
}
a:visited {
color : #ffffff;
}
a:hover {
color : #0000ff;
}
a:active {
color : #ff0000;
}
/* hieronder de bepalingen van de kleuren, de hoogte en de breedte van de horizontale regel */
hr {
border : 0;
color : red;
background-color : red;
height : 1px;
width : 980px;
text-align : center;
}
/* hieronder de bepalingen van de specifieke classes */
.container {
width : 750px;
}
.kader {
padding : 5px;
border : 1px solid #ff0000;
margin-top : 10px;
}
