h1{
  color:#000000;
  font-style: bold;
  text-align: center;
}

p{
  color:#1f1f1f;
  width:85%;
  margin:1em 5%;
  line-height:130%; 
}

div.pre{
  width:70%;
  margin:1em 10%;
  line-height:125%;
}

pre.talk{
  width:70%;
  margin:1em 10%;
  line-height:115%;
}

pre.math{
  width:70%;
  margin:1em 10%;
  line-height:115%;
	color:#AA00AA;
}

a.label{
  margin:0.5em 10% 0.5em 0%;
}

.red{
  color:#FF0000;
}

.orange{
  color:#FF8000;
}

p.font-quarter{
  width:70%;
  margin:1.5em 10%;
  color:#3F3F3F;
  font-size:75%;
}

.font-quarter{
  font-size:75%;
}

.font-half{
  font-size:50%;
}

.font-twice{
  font-size:150%;
}

.font-150{
  font-size:150%;
}

.font-150-red{
  font-size:150%;
  color:#FF0000;
}

.font-twice-red{
  font-size:150%;
  color:#FF0000;
}

.font-twice-brown{
  font-size:150%;
  color:#A52A2A;
}

.font-twice-purple{
  font-size:150%;
  color:#FF00FF;
}

.font-twice-red-blink{
  font-size:150%;
  color:#FF0000;
  text-decoration: blink;
}

.font-green{
  color:#00FF00;
}

.purple{
  color:#FF00FF;
}

.font-twice-green{
  font-size:150%;
  color:#00FF00;
}

.text-through{
  text-decoration:line-through;
}

p.showdate{
}

.add{
  width:85%;
  margin:1em 5%;
  line-height:130%; 
  color:#0000FF;
  font-size:85%;
}
