<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3 {
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4F4F4F;
	border-left-color: #4F4F4F;
	font-size: 95%;
	text-indent: 7pt;
	background-color: transparent;
	color: #4F4F4F;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link{
	color: #0066FF;
	text-decoration: underline;
	background-color: transparent;
}

a:visited{
	color: #CC3300;
	text-decoration: underline;
	background-color: transparent;
}

a:hover{
    color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}


.copyright {
	font-size: 12px;
	border-top: 1px solid #4F4F4F;
	text-align: right;
	color: #FFFFFF;
	background-color: transparent;
}

p {
	font-size: 90%;
	background-color: transparent;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	line-height: 115%;
	margin-left: 5px;

}

body {
	line-height: 125%;
	margin-top: 0px;
	margin-left: 0px;
	color: #333333;

}

.back {
	font-size: 70%;
	color: #FFFFFF;
	background-color: transparent;
	letter-spacing: 0.1em;
	line-height: 125%;
	padding-right: 5px;
	text-align: right;

}
 
.date {
	color: #666666;
	background-color: transparent;
	font-size: 80%;
	font-weight: bold;

}
.small {
	font-size: 80%;
}
.s-small {
	font-size: 70%;
}
.strike {
	text-decoration: line-through;
}
.bold {
	font-weight: bold;
}
.under {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bg {
	background-image: url(../../vexation/images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #000000;



}
.plus1 {
	font-size: 115%;
}
</pre></body></html>