.matter{
	background-color:#CCCCCC;
	position:	absolute;
	/*top: 2px; left: 2px;*/
	margin:	        2px 2px 10px 2px;
	padding:	1em 2em 1em 2em;
	/*width:		95%;*/
	text-align:	justify;
	font-family:	arial, "sans serif";
	line-height:	150%;
        z-index:        1;
}
.code{
        color:          #9999FF;
        font-family:    monospace;
        text-size:      70%;
        border-left:    1px solid #000099;
        padding-left:   1em;
        margin:         0em 2em 0em 2em;
	line-height:	100%;
}
h2{
        font-variant:   small-caps;
        color:          #000066;
        border-bottom:  1px solid #FFFF99;
}
.footer{
        font-size:      70%;
        text-align:     right;
	color:		#0000CC;
}
a{
	text-decoration:	none;
	padding:	0px 3px 0px 3px;
}
a:link{
	border-bottom:	1px solid #000000;
	color:		#AA0000;
}
a:hover{
	border-bottom:	1px dotted #FFFFFF;
	color		:#FFFFFF;
	background-color:#777777;
}
a:visited{
	border-bottom:	1px solid #888888;
	color:		#AA0000;
}