H1 { text-align: center}
H2 { text-align: center}
H3 { text-align: center}
H4 { text-align: left}
H5 { text-align: center}
H6 { text-align: center}
* {
    font-family: arial;
  }

.tab { text-indent:40px }
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
table#one {
    background-color:#FFFFFF;
    border: solid #000 3px;

}

table#one td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;

}

.leftcol {
    font-weight: bold;
    text-align: center;
    width: 30%;
    background-color: #1E90FF;
}
.rightcol {
    font-weight: bold;
    text-align: center;
    width: 70%;
    background-color: #F4A460;
}
.AGcenterText{
   text-align: center;
}

.Background2 {
background-color: #E0FFFF;
}

.RedNetwork {
background-color: #ff0000;
}

.BlueNetwork {
background-color: #0099ff;
}

.GreenNetwork {
background-color: #00ff00;
}

.BrownNetwork {
color: #FFFFCC;
background-color: #7c4203;
}

.buttons {
  margin-left: auto;
  margin-right: auto;
  }

.memorium {
    color: #FFFFFF;
    background-color:#000000;
    font face="Arial"
    border: solid #000 3px;

}