body {
	line-height: 140%;
	background:white;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
a:link {
	color: seagreen;
}
a:visited {
	color: green;
}
a:hover {
	color: white;
	background:seagreen;

}
a:active {
	color: yellow;
}

#attention{
	font-size: x-small;
	background:white;
	width: 800px;
	text-align: right;
}

#body0{
	width: 800px;
	border: 1px solid green;
}

#header-01 {
	background-color: seagreen;
	height: 60px;
	width: 100%;
	color: white;
}
#header-02 {
	width: 450px;
	font-size: x-large;
	font-weight: bold;
	padding-left:5px;
	text-align: middle;
	color: white;
}
#cont-body{
	float: left;
	width: 500px;
}

#cont-right{
	float: left;
	width: 160px;
	background-color: green;
	text-align: center;
}

#cont-right2{
	float: right;
	width: 130px;
	background-color: green;
	text-align: center;
}

.leftmenu-title {
	color: #000000;
	background-color: white;
	border: 5px solid lightgreen;
	text-align: left;
	font-size: 90%;
	line-height: 120%;
	padding: 5 5 5 5;
}
.leftmenu-title2 {
	color: white;
	background-color: darkorange;
	text-align: center;
}
.main-cont {
	border-bottom: 1px dotted lightgreen;
        margin-top: 10px;
        margin-bottom: 10px;
	font-size: 80%;
}
.main-cont2 {
	border-bottom: 1px dotted lightgreen;
        margin-top: 10px;
        margin-bottom: 10px;
	font-size: 90%;
}

.main-border {
	border-top: 1px solid lightgreen;
	border-bottom: 1px solid lightgreen;
        margin-top: 0;
        margin-bottom: 0;
        color:lightcoral;
        background-color:white;
        font-weight:bold;
}
.designer-sign {
	font-weight:bolder;
	font-size:xx-small;
	font-family:Comic Sans MS;
	width: 800px;
}
.text-table{
        color:black;
	font-weight:bolder;
	font-size:90%;
}

