a:hover {
  color: red;
  text-decoration: none;
}

H1 {
  color: red;
  font-style: italic;
  font-weight: bold;
}

H2 { 
  font-weight: bold;
  font-size: 18;
}

H3 {
  font-style: italic;
  font-weight: bold;
  font-size: 18;
}

H4 {
  font-weight: bold;
  font-size: 24;
}

H5 {
  font-weight: bold;
  font-size: 12;
  text-align: center;
}

H6 {
  font-style: italic;
  font-weight: bold;
  font-size: 12;
  text-align: center;
}

ul {
	list-style-image: url(Misc/star.gif);
}

.square TABLE {
	font: bold italic xx-small;
}

td.blogrow {
	padding-bottom: 10px;
}

td.newmods {
	padding-bottom: 20px;
	width: 225px;
}

.padded {
	margin: 15px;
}

.caption {
	font-size: smaller;
}

.spex {
	font-size: 14px;
	font-weight: bold;
}
