BODY {
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #106E7C;
    color: white;
    font-size: 1em;
    margin: 100px;
}

H1 {
    font-size: 1.25em;
}

H2 {
    font-size: 1.2em;
}
	
H3 {
    font-size: 1.15em;
}

H4 {
    font-weight: bold;
}

CODE {
    font-family: "Courier New", Courier, serif;
    background-color: #ddd;
}

.main {
    
}

.cntr {
    text-align: center;
}

#copyright {
    font-size: 0.6em;
    position: absolute;
    right: 100px;
    bottom: 50px;
}

#pagetitle {
    margin-top: 0em;
    font-size: 1em;
    font-weight: bold;
}

#help {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 10px;
    font-size: 0.7em;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #222;
}

#helplink {
    text-decoration: none;
    color: orange;
}

a.shorturl:link, a.shorturl:visited, a.shorturl:active {
    text-decoration: none;
    color: orange;
}

a.shorturl:hover {
    text-decoration: underline;
    color: orange;
}