body {
    cursor: default;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
            
h1 {
    margin: 70px auto;
    text-align: center;
    font-size: 2.0em;
}

a {
    text-decoration: none;
    color: #000000;
}

div#comment {
    padding: 100px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 1.0em;
}

div#comment a:hover {
    border-bottom: 1px #C0C0C0 dashed;
}

div#services {
    padding: 100px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 1.0em;
}

div#downtime {
	 padding: 100px 0px 0px 0px;
	 margin: 0px auto;
	 text-align: center;
	 font-size: 1.0em;
}



div#copyright {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0.7em;
    color: #C0C0C0;
}

div#copyright a {
    color: #C0C0C0;
}

div#copyright a:hover {
    border-bottom: 1px #C0C0C0 dashed;
}

address {
    display: none;
}
