body {
	font-size: 12px;
	color: #000000;

 margin-left: 0px
 margin: 0px;
 }
input[type="text"] {
   font-size:120%;
height:30px;
}
input[type="password"] {
   font-size:120%;
height:30px;
}

a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 18px;
}

p {
	font-size: 12px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	line-height:normal;
	color: #333333;
 }

s {
	color: #333333;
	font-size: 14px;
	line-height:30px;
	text-decoration: none;
	margin: 0px;
 }

i {
	color: #333333;
	font-size: 12px;
	line-height:16px;
	font-style: normal;
	margin: 0px;
 }

.text {
	font-size: 12px;
	line-height:16px;
	color: #333333;
	margin: 0px;
 }
 .menu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-top: 3px;
}
 .menu a:hover	{
	color:#333333;
	font-size: 12px;
	text-decoration: none;
	background: #cccccc;
	height: 100%;
	width: 100%;
	padding-top: 3px;
} 
.menu a:active{
	color:#333333;
	font-size: 12px;
	text-decoration: none;
	background: #cccccc;
	height: 100%;
	width: 100%;
	padding-top: 3px;
}
.btn1 {
	font-size: 12px;
	color: #333333;
	background: #cccccc;
	border: 1px solid #CCCCCC;
	height: 22px;
	width: 150px;
	font-weight: normal;
	padding-top: 2px;
}
.btn2 {
	font-size: 12px;
	color: #333333;
	background: #cccccc;
	border: 1px solid #CCCCCC;
	height: 22px;
	width: 110px;
	font-weight: normal;
	padding-top: 2px;
}
.btn3 {
	font-size: 12px;
	color: #333333;
	background: #cccccc;
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 45px;
	font-weight: normal;
	padding-top: 2px;
}
.line{
	width: 90%;
	border-bottom: 1px dashed #cccccc;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.title2{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.form1 {
	height: 20px;
	width: 80%;
	border: 1px solid #333333;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-left: 3px;
}
.form2 {
	height: 20px;
	width: 80%;
	border: 1px solid #333333;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-left: 3px;
}
.form3 {
	height: 60px;
	width: 80%;
	border: 1px solid #333333;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 3px;
}
.form4 {
	height: 50px;
	width: 80%;
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
}


.cover {
  object-fit: cover;
  width: 200px;
  height: 200px;
  background-color: #ccc;
  border: 1px solid #ccc;
}

#dropto {
background: #FFC;
border: 2px dashed #CCC;
height: 200px;
line-height:200px;
text-align: center;
color: #CCC;
}
#dropto.over { background: lightgreen; }
#progress { width: 100%; }
#percent { background: #55d49b; margin: 20px 0; width: 0; height: 10px; }


