BODY {
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	BACKGROUND-COLOR: #F6B5CB;
	COLOR: #000000;
	FONT-FAMILY: verdana,arial;
	margin: 0px 0px 0px 0px;	
}

A { color: black; text-decoration: none; }
	
h1 { font-size: 30pt; font-weight: bolder }

strong { color: red; font-weight: bolder; }

a:hover {
	color: red; /*#F6B5CB;*/
	font-weight: bolder;
	text-decoration: none;
} 

IMG {
	border: 0px;
}

.menu {
        position: absolute;
        width: 15em;
        top: 10em;
        left: 2em;
	bottom: auto;
	text-align: right;
	BACKGROUND-COLOR: #FEE0EA;
}

.title {
	position: absolute;
	top: 2em;
	right: 10%;
	bottom: auto;
	text-align: right;
	font-size: 14pt;
}

.text {
	position: absolute;
	left: 20em;
	right: 10%;
	top: 15em;
	width: auto;
	height: auto;
	bottom: auto;
	/*background-color: #F6B5CB;*/
	text-align: left;
	font-size: 12pt;
        font-color:#000000 ;
}

