body {
    /*background-color: #e6f2ff;*/
	/*background: url("textured-paper.jpg") repeat;*/
	font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url("bg.png") repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
h1 {
    font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: midnightblue;
	
}
h2 {
    font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	text-align: center;
	
}
p {
	font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	text-align: center;
}
p.comments {
	font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
}
pre.art {
	font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
pre.fek {
	font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif;
}
pre {
	font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif;
}
table, th, td {
    border: 1px solid black;
	border-collapse: collapse;
}
th, td {
    padding: 5px;
	text-align: center;
}
table {
    border-spacing: 5px;
}

changes {
	color: red;
	/*font-weight: bold;*/
} 
changes.del {
	text-decoration: line-through;
} 

changes4782a {
	color: red;
	/*font-weight: bold;
	font-style: italic;*/
} 

changes4782b {
	color: green;
	/*font-weight: bold;
	font-style: italic;*/
} 

changes4782c {
	color: maroon;
	/*font-weight: bold;*/
	/*font-style: italic;*/
}

changes4903 {
	color: maroon;
	font-weight: bold;
	/*font-style: italic;*/
}

changes4955 {
	color: maroon;
	font-weight: bold;
	/*font-style: italic;*/
}

changes4912 {
	color: DarkViolet;
	/*font-style: italic;*/
}
changes4912b {
	color: DarkViolet;
	font-weight: bold;
	/*font-style: italic;*/
}

changes4912del {
	color: DarkViolet;
	text-decoration: line-through;
	font-style: italic;
}

h1.cont {
	font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	text-align: left;
	font-size: 150%;
	color: midnightblue;
	word-wrap: break-word;
	white-space: normal; 
}
h2.cont {
    font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: left;
	word-wrap: break-word;
	white-space: normal; 
}
h3.cont {
    font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	font-size: 130%;
	text-align: left;
	word-wrap: break-word;
	white-space: normal; 
}
h4.cont {
    font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	font-size: 120%;
	text-align: left;
	word-wrap: break-word;
	white-space: normal; 
}
h5.cont {
    font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	font-size: 110%;
	text-align: left;
	word-wrap: break-word;
	white-space: normal; 
}
h6.cont {
    font-family: 'Trebuchet MS', Calibri, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	text-align: left;
	word-wrap: break-word;
	white-space: normal; 
}
pre.cont {
	font-family: 'Trebuchet MS', Calibri, Calibri, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	white-space: normal; 
}
pre.artcont {
	font-family: 'Trebuchet MS', Calibri, Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-wrap: break-word;
	white-space: normal; 
}