@-webkit-keyframes transform-scale-in
{
0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ; }
100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ; }
}
@-moz-keyframes transform-scale-in
{
0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ; }
100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ; }
}
@-o-keyframes transform-scale-in
{
0% { opacity: 0; -o-transform: rotate(0deg) scale(0,0) ; }
100% { opacity: 1; -o-transform: rotate(0deg) scale(1.0,1.0) ; }
}
@-ms-keyframes transform-scale-in
{
0% { opacity: 0; -ms-transform: rotate(0deg) scale(0,0) ; }
100% { opacity: 1; -ms-transform: rotate(0deg) scale(1.0,1.0) ; }
}
@keyframes transform-scale-in
{
0% { opacity: 0; transform: rotate(0deg) scale(0,0) ; }
100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ; }
}
h1
{
font-family: Arial;
font-weight: bold;
font-size: 32px;
font-style: normal;
text-decoration: none;
color: #000000;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h2
{
font-family: Arial;
font-weight: bold;
font-size: 27px;
font-style: normal;
text-decoration: none;
color: #000000;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h3
{
font-family: Arial;
font-weight: normal;
font-size: 24px;
font-style: normal;
text-decoration: none;
color: #000000;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h4
{
font-family: Arial;
font-weight: normal;
font-size: 21px;
font-style: italic;
text-decoration: none;
color: #000000;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h5
{
font-family: Arial;
font-weight: normal;
font-size: 19px;
font-style: normal;
text-decoration: none;
color: #000000;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h6
{
font-family: Arial;
font-weight: normal;
font-size: 16px;
font-style: normal;
text-decoration: none;
color: #000000;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.CustomStyle
{
font-family: "Courier New";
font-weight: bold;
font-size: 16px;
font-style: normal;
text-decoration: none;
color: #2E74B5;
background-color: transparent;
}