a:link {font-weight: bold; color: #000066;}
a:hover { font-weight: bold; color: #cc6666; text-decoration: underline  }
a:active { font-weight: bold; color: #cc6666; background-color:#f0f0f0; text-decoration: underline }
a:visited { font-weight: bold; color: #808080;}
a:focus { font-weight: bold; color: #999999; text-decoration: underline }

BODY{ 
      font-size: 90%; 
      font-family:‚l‚r ‚oƒSƒVƒbƒN;
      color: #505050;
      scrollbar-face-color: #ccccff;
      scrollbar-highlight-color: #ccccff;
      scrollbar-shadow-color: #ccccff;
      scrollbar-3dlight-color: #ccccff;
      scrollbar-arrow-color: #ffe4e1;
      scrollbar-track-color: #ffffff;
      scrollbar-darkshadow-color: #ccccff;
      line-height: 150%;

}

TABLE{ font-size: 95%; 
      color: #505050; 
}

IMG{ border: none; }

H1{
    font-size: 120%;
	font-weight: bold;
	color: #ff4d80;
        border-bottom: double #160B5B;
}

H2{
        font-size: 160%;
	font-weight: bold;
	color:#160B5B;
        padding-left: 10px;
        border-left: 10px solid #ff99b3;
	background-color : #e8b9ff;
}

H3{
	font-size: 100%;
	font-weight: bold;
	color: #160B5B;
	position: relative;
	left: 2%;
	width: 88%;
	padding-left: 10px;
	border-bottom: 0.5pt groove #C5BDF2;
}

p{ position: relative; left: 5%; width:90%; }


.child{ position: relative;left: 3%; width:90%; }

.left{ position: absolute; left: 5%; width:30%; }
.right{ position: absolute; left: 35%; width:60%; }

.old{ position: relative; left: 60%; }

HR{ border:1px solid #AA00AA; }

.dashed{ border:2px dashed #EC9FCE; }

span.strong{font-weight:bold;font-size:100%;color:#EC9FCE}