/*[variables]
colors
{
	@20: #67546D;
	@10: #BCA3DB;
	@00: #471287;
}
*/
BODY
{
	font-family: Arial;
	scrollbar-base-color: #67546D; /*[e]@20*/
	scrollbar-3d-light-color: #BCA3DB; /*[e]@10*/
	background: #AD9595;
}
#constant
{
	width: 600px;
	position: fixed;
	padding-top: 0px;
	padding-left: 10px;
}
HTML>BODY #samples
{
	position: relative;
	left: 620px;
	top: 0px;
	background: #67546D; /*[e]@20*/
	padding: 15px;
	width: 350px;
	border: thin dashed;
	opacity: 90%;
}
#samples
{
	position: relative;
	left: 620px;
	top: -500px;
	background: #67546D; /*[e]@20*/
	padding: 15px;
	width: 350px;
	border: thin dashed;
	opacity: 90%;
}
A
{
	border: 0px;
	color: #181419;
	font: bold;
}
H2
{
	font: 1em cursive;
}
H3
{
	background: #07000D;
	color: white;
	padding: 10px;
}
P
{
	font-size: 11pt;
}
IMG
{
	border: thin ridge #BCA3DB; /*[e]thin ridge @10*/
}

