<html>
<head>
<style type ="text/css">
{background-color:66CCFF;}


h1 {color:maroon; background:white; font-size:16pt; font-family:arial;text-align:center;}


h2 {color:maroon; background:white; font-size:14pt; font-family:arial;text-align:center;}
 

body 
{color:blue; background:#EBF5FB;font-size:10pt; font-family:arial; margin-left:1cm; margin-right:1cm;}

footer {color:maroon; background:white; font-size:16pt; font-family:arial;text-align:center;}

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:white;
 }

/*Button Style*/
.button {
    float:right;
    height:auto;
    font:76%/150% "Lucida Grande", Geneva, 
    Verdana, Arial, Helvetica, sans-serif;
    width:6.5em;
    text-align:center;
    white-space:nowrap;
}
/*Button Arrow Styles*/
.arrows {
    font-size:90%;
    margin:0.2em;
}
/*Button link styles*/
.button a:link, .button a:visited {
    color: #eee;
    background-color:#1e5184;
    font-size:1em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em;
    display:block;
}
.button a:hover {
    background-color:#003366;
    color:#999;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em;
    margin: 0.2em;
}

#col1 { width: 600px; }
#col2, #col3 { width: 80px; }

#col-wide { width: 540px; }
#footer { font-size: 12px; text-align: center; line-height: 1.4em; }

</body>

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