body { background-color: #0b0d00;
background: #0b0d00 url(..images/Storm1.jpg) no-repeat;
}

p { font-size: 130%;
}
ol {
font-size: 130%;
}

.indent {
margin-left: 20px;
}

footer {
color: #000;
}

.center {
text-align: center;
}

.shadow {
box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.85);
}

a.link:link { color: #ff0000; text-decoration: none; font-weight:bolder; }
a.link:active { color: #ff0000; text-decoration: none; font-weight:bolder; }
a.link:visited { color: #f9b7b7; text-decoration: none; font-weight:bolder; }
a.link:hover { color: #1414f8; text-decoration: none; font-weight:bolder; }

.box {
border: 1px solid #000;
padding: 10px;
position: relative;
left: 20px;
margin: 10px;

font-size: 80%;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

iframe {
width: 80%;
border: 0;
}

