body, td, th {
	color: black;
	margin: 20pt 15pt
}
a {
	text-decoration: none
}
a:link {
	color: red;
	border: red
}
a:visited {
	color: blue;
	border: blue
}
a:active {
	color: fuchsia;
	border: fuchsia
}
h1 {
	font-size:x-large;
	text-shadow: 4px 4px #999999;
}
.fsize-L {
	font-size: large;
}
.fsize-m {
	font-size: medium;
}
.fsize-s {
	font-size: small;
}
.g-size320 {
	height: auto;
	width: 320px;
	border: 1pt;
}
.g-size150 {
	height: auto;
	width: 150px;
	border: 1pt;
}
.g-size110 {
	height: auto;
	width: 110px;
	border: 1pt;
}
