body {
/*        margin-top: 5;
        margin-left:5;
*/
        font-size: 10pt;
        font-family: ±¼¸²; 
        color: black;
/*	background-color:white;
*/
  }
.logo {
	color:white;
	background-color:lightblue;
        font-family: ±¼¸²; 
}

.head {
	font-size:14pt;
	color:yellow;
	background-color:blue;
        font-family: ±¼¸²; 
	font-weight:bold;
}

.text {
	font-size:10pt;
	color:black;
	line-height: 1.4; 
        font-family: ±¼¸²; 
	font-weight:normal;
}

.vert_line {
	background-color:darkgray;
}

.white_bold {
        font-family: ±¼¸²; 
	font-size:10pt;
	color:white;
	background-color:darkblue;
	font-weight:bold;
}
   
A {
        color: blue;
        text-decoration: none;
   }
A.name {
	text-decoration : none;
	color:blue;
	font-size:10pt;
	font-weight:normal;
   }
A:active {
        text-decoration: none;
        color:red;
   }
A:visited {
        color:purple;
        text-decoration: none;
   }
A:hover {
        text-decoration: underline;
	color:red;
   }

p {     line-height: 1.4; }


li {
        list-style-type: round;
        list-style-position: outside;
	color : black; 
        line-height: 1.4; 
	font-size:10pt;
  }
ul {
        list-style-type: round;
        list-style-position: outside;
	color : black; 
        line-height: 1.4; 
	font-size:10pt;
  }
ol {
        list-style-position: outside;
	color : black; 
        line-height: 1.4; 
	font-size:10pt;
  }
td {
        list-style-type: round;
        list-style-position: outside;
	color : black; 
	font-size:10pt;
  }

H1 {	font-weight: bold;
	font-size:20pt;
	line-height: 1.5; 
	font-family:±¼¸²;
   }
H2 {	font-weight: bold;
	font-size:15pt;
	line-height: 1.5; 
	font-family:±¼¸²;
   }
H3 {	font-weight: bold;
	font-size:13pt;
	line-height: 1.5; 
	font-family:±¼¸²;
   }
H4 {	font-weight: bold;
	font-size:12t;
	line-height: 1.5; 
	font-family:±¼¸²;
   }
H5 {	font-weight: bold;
	font-size:10pt;
	line-height: 1.5; 
	font-family:±¼¸²;
   }
H6 {	font-weight: bold;
	font-size:9pt;
	line-height: 1.5; 
	font-family:±¼¸²;
   }
