﻿body {
	text-align: center;
	background-color: #212121;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
/* link styles */
a {
	color: #C39163;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #E7C7A3;
	text-decoration:underline;
}

/* table styles */

td.td1 {background-color: #0D5386;}
td.td2 {
	background-color: #10669F;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
td.td3 {background-color: #1276B8;}
td.td4 {background-color: #212121;}
td.td5 {
		border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

	/* Hoofdingen */
h1 {
	color: #C39163;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #E7C7A3;
}
h3{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h4{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #10669F;
}
h5{
	font-family: "Trebuchet MS";
	color: #1276B8;
	font-size: 14px;
}

p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
#container {
background-color:#212121;
width: 980px;
margin: 0 auto;
text-align: left;
}

.opendiary{
	background-color: #0D5386;
}
.diary {
	background-color: #1276B8;
	width:600px;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

p.lyrics {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #1276B8;
}
