a:link{
	color: #0000ff;
}

a:active{
	color: #40a7c4;
}

a:visited{
	color: purple;
}

a:hover{
	color: #003366;
	background-color: #b4bac5;
}

address{
	text-align: right;
}

body{
	background-color: #c7d0d9;
	color: #003366;
	font-size: 12;
}

table{
	font-size: 12;
}

h1.title{
	position: relative;
	top: 0px;
	left: 0px;
	width: 265px;
	height: 30px;
	color: #003366;
	font-size: 30;
	font-weight: bold;
	background-color: #b4bac5;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-style: outset;
	border-top-color: #e0ecf6;
	border-left-color: #e0ecf6;
	border-right-color: #b3bbc8;
	border-bottom-color: #b3bbc8;
	border-width: 1px;
}

h1{
	color: #003366;
	font-size: 20;
	font-weight: bold;
}

h2{
	color: #003366;
	background-color: #b4bac5;
 	font-size: 15;
	font-weight: bold;
/*	border-style: outset;
	border-top-color: #e0ecf6;
	border-left-color: #e0ecf6;
	border-right-color: #b4bac5;
	border-bottom-color: #b4bac5;
	border-width: 1px; */
}

h3{
	color: #003366;
	background-color: #e0ecf6;
	font-size: 14;
	font-weight: normal;
}

h4{
	background-color: #b4bac5;
	text-indent: 0.2em;
	font-weight: normal;
}

h5{
	text-indent: 2em;
}

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

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

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

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

strong{
	color: #003366;
}

strong.red{
	color: #FF6666;
}
hr{
  border: none;
  height: 2px;
  background-color: #b4bac5;
  width: 95%;
}
img.counter{
	vertical-align: middle;
}

td{
  background-color:#e0ecf6;
  color:003366;
}

pre{
	color: #003366;
	background-color: #d0dce6;
}
