/* Stylesheet for TelKit
 *
 * Created by Magnus Strahlert <kit@vithgar.net>
 */

BODY {
  font-family:		Lucida, Helvetica, sans-serif;
  background-color:	#69c;
  color:		#333;
}

A:link {
  color:		#00d;
  text-decoration:	none;
}

A:visited {
  color:		#551a9b;
  text-decoration:	none;
}

A:active {
  color:		#c00;
  text-decoration:	none;
}

A:hover {
  color:		#333;
  text-decoration:	none;
}

H1 {
  font-family:		Times, "Times New Roman", serif;
  font-size:		24px;
}

H2 {
  font-family:		Times, "Times New Roman", serif;
  font-size:		20px;
}

H3 {
  font-family:		Times, "Times New Roman", serif;
  font-size:		16px;
}

P.indent {
  margin-top:		0.1em;
  text-indent:		1.5em;
}

PRE {
  font-family:		monospace;
}

TD {
  font-family:		Lucida, Helvetica, sans-serif;
  color:		#333;
}

CODE {
  font-family:		monospace;
}

.small {
  font-size:		12px;
}

.updated {
  color:		#ccc;
}
