body {
	margin: 0px;
    padding:0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style4 {
	color: #42f445;
	font-weight: bold;
        font-size: 28px;
        text-align: center;
      
    
}
.style5 {color: #990033}
.style6 {color: #ECE9D8}
.style7 {
	color: #993300;
	font-weight: bold;
}
.style8 {
	color: #6633CC;
	font-weight: bold;
}

.style9 {
	color: #FF0000;
	font-weight: bold;
	
}
a:link {
	color: #2c72e4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff1218;
	text-decoration: none;
}
a:visited {
	color: #330066;
	text-decoration: none;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
.errors {

	color: #FF0000;
	font-weight: bold;
}
.tot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.tot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
}

.tans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#00CC66 ;
}
.fans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FF0000 ;
}
.dynamictable{
    display: table;
    width: 320px;
    height: 430px;
    padding: 30px 30px;
    margin: -250px auto 0;

    
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    //border-radius: 75px;
    box-shadow:rgba(0, 0, 0, 0.25) 0 2px 4px 1px, rgba(0, 0, 0, 0.25) 0 2px 55px 3px;
}
.button{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #ff704d;
    /* background-color: #538fbe; */
    padding: 5px 55px;
    font-size: 18px;
    /* border: 1px solid #2d6898; */
    border-radius: 120px;
}
.ele{
text-align: left;
    border: 0 solid transparent;
    border-left: 5px solid #1fbad6;
    padding: 8px 16px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.ele:hover{
text-align: left;
    border: 0 solid transparent;
    border-left: 5px solid #1fbad6;
    padding: 8px 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
    
}

