div.logo a{color: #001;}
div.logo a:hover{color: red; font-style: italic;}
div.footer-logo a{color: #FFE;}
div.footer-logo a:hover{color: red; font-style: italic;}
li.option:nth-child(even), option:nth-child(even){color:red; background-color: #11E;}
input, select, textarea{
	border-radius: 8px;
	margin: 8px;
}
.CTC{
  color:inherit;
  font-size:inherit;
  font-weight: 500;
  font-family: inherit;
  font-style: inherit;
  }
.CTC:hover{color:red;}
fieldset{
border:2px solid #3300FF;
padding:4px;
	border-radius: 8px;
 width:50%;
 min-width:280px;
}
legend{
width:auto;
padding:0 3px;
color:blue;
font-size:13pt;
}
h1,h2,h2 *,h3,h3 *,h4,h4 *,h5, h5 *{
  text-align: center;
  line-height: 110%;
  margin: 6px 0;
  color: #309;
  font-weight: 600;
  }
  h1{font-size:2em;}
  h2,h2 *{font-size:1.7em;}
  h3,h3 *{font-size:1.5em;}
  h4,h4 *{font-size:1.3em;}
  h5, h5 *{font-size:1.2em;}
.footer-area .footer-tittle h4{
  margin-bottom: 4px;
  }
  .footer-padding{
    padding: 12px 0;
	}
	hr {
	border-bottom: 3px solid #330099;
	border-top: 0 none;
	margin: 4px 0;
	padding: 0;
}
img{max-width:100%; height:auto;}
.blue{
   color:blue;
   font-size:110%;
   font-weight:600;
   }