table	{
	font-weight: bold;
	border: thin solid navy;
	padding: 20px;
	color: navy;
	background-color: rgb(182, 199, 237);
	}

td	{
	text-align: center;
	}

/******************** Pseudo classes ********************/

:link	{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

/******
li :link {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

li :visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

li :hover {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	}
******/

/************************* ID's *************************/

#DocText {
	position: absolute;
	top: 0;
	}

#DocTitle,
#DocAuthor {
	text-align: left;
	}

#PosBox {
	position: relative;
	}

div.InstPosBox {
	position: absolute;
	top: 0;
	}
