body {
  font-family: sans-serif;
  font-size: small;
	color: black;
  background-color: #ff0099;
}
h1 {
	font-size: 20pt;
}
a:link, a:visited {
  color: blue;
  text-decoration:none;
}
a:hover {
  color: red;
}
td.design {
  background-color: white;
}
img {
  border: 1px solid blue;
	margin: 3px;
}
table.design {
	border-collapse: collapse;
	border: 3px solid #ff00cc;
}
.large {
  font-size: x-large;
	font-weight: bold;
}
.medium {
  font-size: larger;
	font-weight: bold;
}
.small {
  font-size: smaller;
}

