@charset "UTF-8";
/* CSS Document */

body {
  background-color: #262626;
  margin:0;
  padding:0;
}

body.intro {
  background-color: #fff;
  margin:0;
  padding:0;
}

body, p {
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  color: #000;
  font-size: 10px;
}

.photoLabel {
  color: #fff;
  font-size: 9px;
}

a:link {
	color: #9a683e;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #9a683e;
	text-decoration: underline;
}

a:active {
	color: #9a683e;
	text-decoration: underline;
}

a.intro:link {
	color: #333;
	text-decoration: none;
}

a.intro:visited {
	color: #333;
	text-decoration: none;
}

a.intro:hover {
	color: #333;
	text-decoration: none;
}

a.intro:active {
	color: #333;
	text-decoration: none;
}
