/* CSS file for the 100on100 Website */
/* Maintainer: SJJM */

body {
  font-family: Arial, Helvetica, Helv, sans-serif;
  background-color: #666666;
  font-size: 12px;
  color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
  color: #333366;
  background-color: transparent;
}

.bigger {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.content {
  background-color: #CCCCCC;
  color: #333333;
  border-width: 0;
  padding: 0;
  height: 400px;
  font-size: 12px;
}

/* Same as content, but setting color and size only */
.contentColor {
  background-color: #CCCCCC;
  color: #333333;
  font-size: 12px;
}

.content2 {
  background-color: white;
  color: #666666;
  border-width: 0;
  padding: 0;
  height: 400px;
}

/* bold content */
.cb {
  background-color: #CCCCCC;
  color: #333333;
  font-weight: bold;
}

.help {
  font-size: 11px;
  cursor: help;
}

.footer {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}

.footer a, .footer a:link, .footer a:visited {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
}
.footer a:hover, .footer a:active {
	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: x-small;
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #333333;
}
.footerbg {
	background-color: #333333;
}
