/* this is the Style file */

header {
  text-align: center;
  background-color: darkgreen;
  border-radius: 12px;
  }

body {
  background-color: AntiqueWhite;
  }

h1 {
  text-align: center;
  background-color:lightgreen;
  border-radius: 12px;
  }

h2 {
  text-align: left;
  background-color: lightblue;
  font-size: 100%;
  border-radius: 12px;
  text-indent: 10px;
  }

hr.a {
  height:2px;
  border-width:0;
  color:gray;
  background-color:gray;
  }

				
footer {
  position: static;
  background-color: darkorange;
  color: black;
  text-align: center;
  border-radius: 12px;
  }

/* Table style in accounts.html */

table, th, td {
  border: 1px solid black;
  }
td {
  text-align: center;
  }
table {
  width: 30%;
  border: 1px solid black;
  position: relative;
  left: 35%;
  }
/* ----------------------------------- */  
  
