h1 {
  font-weight: bold;
  color: #000000;
  font-size: 28px;
}

iframe {
broder-color: #c55f48;
}

h2 {
  font-weight: bold;
//  color: #fff;
  font-size: 48px;
margin-top:0cm;
margin-bottom:5px;
}

.joj {
  font-weight: bold;
//  color: #fff;
  font-size: 20px;
margin-top:0cm;
margin-bottom:5px;
margin-left:5px;
margin-right:0px;
}

dl {
    margin-top: 0px;
    margin-bottom: 20px;
}

dt {
    font-weight: 700;
}

dt, dd {
    line-height: 1.42857;
}
a:link {
    color: #00000F;
text-decoration: none;
}

h2 a:link {
    color: #0000FF;
text-decoration: none;
}

/* visited link */
a:visited {
    color: #0000FF;
text-decoration: none;
}

p {
font-size: 24px;

}


p strong {
margin-top:0cm;
margin-bottom:0px;
font-size: 24px;

}

ul {
font-size: 24px;
margin-left:5px;
margin-right:0px;

}

ol {
font-size:24px;
margin-left:5px;
margin-right:0px;
}

ol li {
font-size:24px;
margin-left:5px;
margin-right:0px;
}


hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.blink_text {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

text-decoration: blink;

 color: red;
}

p.blink_text {

font-size: 16px;
}

