a
{
	color: red;
}
a:visited
{
	color: #800000;
}
a:active, a:hover
{
	color: orange;
}
p,li,h2
{
	font-family: sans-serif;
}
h2
{
	font-size: 20px;
}
h3
{
  font-size: 18px;
}
h4
{
  font-size: 16px;
}
p, h5
{
	font-size: 15px;
}
pre
{
  background: rgb(210,210,210);
  overflow-x: auto;
}
.navi
{
	width: 100%;
}
.navi td
{
	font-size: 10px;
	letter-spacing: 0.5ex;
	text-transform: lowercase;
}
.navi a
{
	text-decoration: none;
}

