a:link{
	color: #2087b4;
	font-weight: bold;
}

a:active{
	color: #40a7c4;
	font-weight: bold;
}

a:visited{
	color: #999999;
	font-weight: bold;
}

address{
	text-align: right;
}

body{
	background-color: #eafaff;
	color: black;
	font-size: 12;
}

table{
	font-size: 12;
}

h1{
	color: #40a7c4;
	font-size: 25;
}

h2{
	color: white;
	background-color: #40a7c4;
	font-size: 15;
}

h3{
	color: gray;
	background-color: #c2e5ef;
	font-size: 14;
}

h4{
	text-indent: 1.5em;
}

h5{
	text-indent: 2em;
}

p.counter{
	text-align: center;
}

p.indent{
	text-indent: 1em;
}

p.command{
	font-family: monospace;
	background-color: lavender;
}

p.quote{
	font-family: monospace;
	background-color: beige;
}

div.back{
	text-align: right;
	font-weight: bold;
}

strong{
	color: #40a7c4;
}

strong.red{
	color: #FF6666;
}
