/* default.css: */

/* ------ coloring attributes body parts: ------ */

	body {
		background:#eef;
		}
	body, pre {
		color:#030;
		}

/* --------
	a {
		color:#00f;
		}
	a:visited {
		color:#606;
		}
	a:active ,
	a:hover {
		color:#c00;
		}
 -------- */

	blockquote {
		border:1px solid #000;
		padding:4px;
		}

	h1, h2, h3, h4, h5, big {
		color:#066;
		}
	hr, .divbr {
		border-color:#09c;
		}

	.info {
		color:#999;
		}

/* ------ coloring attributes framing: ------ */

	.bodybar1 ,
	.blankbar {
		background:#fff;
		border-color:#99c;
		}

	.logobar1 {
		background:#06c;
		}

	.logobar2 ,
	.menubar1 ,
	.sidebar1 ,
	.sidebar2 {
		background:#eef;
		}

	.menubar2 {
		background:#ff9;
		}

	.logobar1 ,
	.logobar2 ,
	.menubar1 ,
	.menubar2 ,
	.sidebar1 ,
	.sidebar2 ,
	.blankbar {
		border-color:#330;
		}

/* -------- shape -------- */

	a {
		text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		}

	/*
	body {
		background-position:bottom right;
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-image:url("../images/1x1trans.gif");
		}
	*/

	hr ,
	.divbr {
		border-width:2px 0px 0px 0px;
		border-style:solid;
		height:0;
		}

	.info {
		font-size:90%;
		}

