/* CSS Document */

body {
  font: 62.5%/1.4 Tahoma, Arial, Verdana, sans-serif;
  background: #fff url(../resources/images/wallpaper.jpg) repeat top left;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.2em;
}

h1, h2, p {
  margin: 1em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
}

h4 a {
	text-decoration: underline;
	color: #000;
}

h4 a:hover {
	text-decoration: underline;
	color: #ff0000;
}




/* additional div styling */

.clear {
 clear:both;
}

.smallredfont {
	color: #ff0000;
}