/* Global HTML */
body {
  background: white;
  width: 99%;
  padding: 10px;
  margin: 10px auto;
  font-family: Helvetica, Arial, sans-serif;
}

header, footer {
  clear: left;
  text-align: center;
}

/* General Form */
.legend{
  font-weight:bold;
  font-size:14px;
}
label{
  font-weight:bold;
}
h1.center {
  text-align: center;
}
input {
  text-align: center;
}
li {
  text-align: left;
}

/* DIV */
div.content {
  background: white;
  float: right;
  margin: 0 auto;
  text-align: center;
	width: 85%;
}

/* Tables */
table {
  border-collapse: collapse;
}
table.center {
  margin-left:auto;
  margin-right:auto;
}
th {
  text-align: center;
}
td {
  text-align: center;
  font-size: 12px;
}

/* To check usage of */
.pagination {
    margin: auto;
    width: 95%;
    text-align: center;
    padding: 10px;
}
.center {
  margin: auto;
  width: 50%;
}
