<html>

<head>
<title>CSS Template for the Mural Crew Site</title>

<style>
<!--
h1
{
font-family: garamond, sans serif;
font-style:  normal;
font-size: 14pt;
line-height: 14pt;
color: #262CB4;
text-align: left;
text-indent: 00px;
text-decoration: none;
}

h2
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 12pt;
line-height: 12pt;
color: #000000;
text-align: center;
text-indent: 00px;
text-decoration: none;
}

p
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 11pt;
line-height: 12pt;
color: #000000;
text-align: justified;
text-indent: 00px;
text-decoration: none;
}

p.contact
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 11pt;
line-height: 12pt;
color: #000000;
text-align: center;
text-indent: 00px;
text-decoration: none;
}

p.footer
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 8pt;
line-height: 8pt;
color: #000000;
text-align: center;
text-indent: 00px;
text-decoration: none;
}

table.list
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 11pt;
line-height: 11pt;
color: #000000;
text-align: left;
text-indent: 00px;
text-decoration: none;
}

ul
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 11pt;
line-height: 12pt;
color: #000000;
text-align: left;
text-indent: 00px;
text-decoration: none;
}

a
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 11pt;
line-height: 11pt;
color: #262CB4;
text-indent: 00px;
text-decoration: none;
}

a.nav
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 11pt;
line-height: 11pt;
color: #000000;
text-indent: 00px;
text-decoration: underline;
}

a.foot
{
font-family: garamond, sans serif;
font-style: normal;
font-size: 8pt;
line-height: 8pt;
color: #000000;
text-indent: 00px;
text-decoration: none;
}

a.mural:hover
{
font-family: garamond, sans serif;
font-style: normal;
font-weight: bold;
font-size: 11pt;
line-height: 11pt;
color: #262CB4;
text-indent: 00px;
text-decoration: underline;
}

a.nav:hover
{
font-family: garamond, sans serif;
font-style: normal;
font-weight: bold;
font-size: 11pt;
line-height: 11pt;
color: #262CB4;
text-indent: 00px;
text-decoration: none;
}

a.foot:hover
{
font-family: garamond, sans serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
line-height: 8pt;
color: #262CB4;
text-indent: 00px;
text-decoration: underline;
}

a:hover
{
font-family: garamond, sans serif;
font-style: normal;
font-weight: normal;
font-size: 11pt;
line-height: 11pt;
color: #262CB4;
text-indent: 00px;
text-decoration: underline;
}
-->
</style>

</head>


