<html>
<head>
<style type="text/css">

body {background-color: white} 
h1 {color: black; 
font-family: arial;
font-size: 11pt; 
background-color: #808080; 
padding: 8px}
a:link {color: #004080} 
a:visited {color: #000000} 
a:hover {color: black} 
a:active {color: #004080}

p {color: black;
font-family: arial;
font-size: 11pt; 
margin-left: 8px} 
a:link {color: #004080} 
a:visited {color: #000000} 
a:hover {color: black} 
a:active {color: #004080} 

p.bold {color: black;
font-family: arial;
font-size: 11pt; 
font-weight: bold;
margin-left: 8px}
a:link {color: #004080} 
a:visited {color: #000000} 
a:hover {color: black} 
a:active {color: #004080} 

span.lighter {color: black; 
font-family: arial;
font-size: 10pt; 
font-weight: normal
background-color: #808080; 
padding: 8px}
a:link {color: #004080} 
a:visited {color: #000000} 
a:hover {color: black} 
a:active {color: #004080}
</style>


</head>

<body>
<h1>This is a paragraph: <span class="lighter">This is a text.</span></h1>

<p>This is a paragraph</p>

</body>

</html>

