body {
  font-family: verdana, sans-serif;
  background: #fed;
  color: #000;
}

h3 {
    color: #333;
}


div.main {
     margin-left: 5em;
     margin-right: 5em;
}

/* Various */

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

.center {
  text-align: center;
}

/* Headers and footers */

.header {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Links */

a:link {
  color: #990000;
}

a:visited {
  color: #996666;
}

a:active { color:#ff0000;}

a:hover {
  color: #000;
  background: #00ffff;
}

img.image-link {
  border-style: none;
}

ul.n {
list-style-type:none;
}

img  {
	border: 0; 
	vertical-align: bottom;
}


.notice {
	color: #e00;
}


