﻿/* START */
body {
	background-color: #9c9aff;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	font-size: 100%;
}

/* DIVs */
div.dvhead {
	width: 100%;
    margin: auto;
	background-color: #9c9aff;
    border: 0px;
}
div.dvtitle {
    width: 1360px;
	height: 100px;
    margin: auto;
	background-color: #9c9aff;
    border: 0px;
	text-align: center;
}
div.dvbody {
	width: 1360px;
    margin: auto;
	background-color: #9c9aff;
    border: 0px;
	content: "";
    clear: both;
    display: table;
}
div.dvpict {
	width: 433px;
	height: 200px;
    margin: 0px;
	padding: 0px;
	background-color: red;
}
div.dvbodytext01 {
	width: 433px;
	height: 300px;
	max-height: 300px;
	overflow: auto;
    margin: 0px;
	padding: 0px;
	background-color: orange;
    border: 0px solid #000099;
    float: left;
	font-family: FontBebas;
}
div.dvbodytext02 {
	width: 433px;
	height: 300px;
	max-height: 300px;
	overflow: auto;
    margin: 5px;
	padding: 5px;
	background-color: white;
    border: 0px;
	float: left;
	font-family: Coolvetica;
}
div.dvbodytext03 {
	width: 433px;
	height: 300px;
	max-height: 300px;
	overflow: auto;
    margin: 5px;
	padding: 5px;
	background-color: gray;
    border: 0px;
	float: left;
	font-family: Verdana;
}