html {
min-height: 101%;
}

body {
  font-family: sans-serif;
  background-color: #A5E5FB;
  margin-top: 10px;
  margin-bottom: 10px;
}

table {
	font-size: 16px;
	table-layout: fixed;
}

table.auto{
	table-layout: auto;
}

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


a.menu {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}

a.menu:hover {
	color: #000000;
}

a.home {
  text-decoration: none;
  color: #B22222;
  font-size: 20px;
}

a.link {
  color: #1FA9A0;
}

td.menu {
	background-color: #008DC3;
}

td.page {
	background-color: #FFFFFF;
}

big {
	font-size: 20px;
	color: #b22222;
}

small {
	font-size: 16px;
        color: #b22222;
}

