body {
    background-image: url(parchment.jpg);
    font-family: Arial, Helvetica;
}

a {

    color: blue;
    font-weight: bold;
}

table.center {
    
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;

    

}

table.info {

    border: 1px solid gray;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    
}

.info tr:nth-child(even) { background-color: #f2f2f2; }

.info td { padding: 10px; }

.acctinfo {

    width: 418px;
    border: 3px solid gray;
    background: LightGoldenRodYellow;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 5px;
}

.acctinfo.subinfo {

    background: LightGray;

}

.acctinfo.doublewide {

    width: 800px;

}

.subinfo a {
    color: #666666;
}

.titlebar {
    
    background: #A0A0A0;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: white;

}

.titlebar.alert {

    background: #FF0000;

}

.titlebar.subbar {

    padding: 3px;

}