<html>
<head>
<title>ARCHE - Style Sheet</title>
<style type="text/css">
body { }

/* Text Style */
/* body  { font-size: 100%; color: black; font-family: Verdana, sans-serif } */
/* h1    { font-size: 144%; font-weight: bold; text-indent: 0pt; margin-top: 12pt; margin-left: 4pt } */
/* h2    { font-size: 120%; font-weight: bold; text-indent: 0pt; margin-top: 8pt; margin-left: 4pt } */
/* h3    { font-size: 100%; font-weight: bold; text-indent: 0pt; margin-top: 4pt; } */
/* txt   { font-size: 83%; } */
/* th    { font-weight: bold; font-size: 100% } */
/* p     { text-align: justify } */

body  { font-size: small; color: black; font-family: Verdana, sans-serif }
h1    { font-size: x-large; font-weight: bold; margin-top: 12pt; }
h2    { font-size: large; font-weight: bold; margin-top: 12pt; }
h3    { font-size: medium; font-weight: bold; margin-top: 12pt; }
txt   { font-size: x-small; }
td    { font-size: small; }
th    { font-size: small; font-weight: bold; }
p     { font-size: small; }

/* Link Style */
A:link    { color: blue; text-decoration: underline }
A:visited { color: teal; text-decoration: underline }
A:hover   { color: red;  text-decoration: underline }
A:active  { color: aqua; text-decoration: underline }

</style>
</head>
<body>
</body>
</html>



