.body1	{
		background-color: rgb(51, 102, 255);
		color: black;
		}
.body2	{
		background-color: white;
		color: black;
		}
.box1	{
		border-style: outset;
		border-color: rgb(255, 0, 0);
		border-width: 5pt;
		background-color: rgb(51, 204, 255);
		}
.title1	{
		font-family: sans-serif;
		font-size: xx-large;
		font-weight: bolder;
		text-align: center;
		}
.title3	{
		font-family: sans-serif;
		font-size: xx-large;
		font-weight: bolder;
		text-align: center;
		}
.table1	{
		height: 50%;
		width: 100%;
		text-align: left;
		background-color: rgb(51, 204, 255);
		padding: 7; 
		}
.table3	{
		height: 50%;
		width: 100%;
		text-align: left;
		background-color: white;
		padding: 7;
		}
.table4	{
		height: 50%;
		width: 100%;
		text-align: left;
		background-color: white;
		color: black;
		padding: 7;
		}
.tlink	{
		background-color: rgb(51, 204, 255);
		margin: 5pt;
		font-family: sans-serif;
		font-size: large;
		font-weight: bolder;
		font-variant: small-caps;
		text-align: left;
		vertical-align: middle;
		}
.tmail	{
		background-color: rgb(51, 204, 255);
		font-family: sans-serif;
		font-size: large;
		font-weight: bolder;
		font-variant: normal;
		text-align: left;
		vertical-align: middle;
		}
.tlink3	{
		border-style: outset;
		border-right-width: thick;
		border-bottom-width: thick;
		border-color: black;
		background-color: rgb(51, 204, 255);
		font-family: sans-serif;
		font-size: large;
		font-weight: bolder;
		font-variant: small-caps;
		text-align: center;
		vertical-align: middle;
		}
.ButtonUp{
		color: black;
		background-color: rgb(51, 204, 255);
		border-style: outset;
		border-right-width: thick;
		border-bottom-width: thick;
		border-color: black;
		font-family: sans-serif;
		font-size: large;
		font-weight: bolder;
		font-variant: small-caps;
		text-align: center;
		vertical-align: middle;
		}
.ButtonDn{
		color: white;
		background-color: blue;
		border-style: inset;
		border-color: black;
		font-family: sans-serif;
		font-size: large;
		font-weight: bolder;
		font-variant: small-caps;
		text-align: center;
		vertical-align: middle;
		}

