a{
	text-decoration: none;
	color: #9d1d34;
}

a:hover{
	color: #8d8d8d;
}

a.custom{
  color: #2d2d2d;
  font-style: italic;
}

a.custom:hover{
  color: #777777;
}

.text{
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
}

h1{
	font-size: larger;
	color: #9d1d34;
}

.colored{
	color: #9d1d34;
}

.smaller{
  font-size: 13px;
}

.large{
  font-size: 18px;
}

.bright{
  color: #cfcfcf;
}

.bold{
  font-weight: bold;
}
