/* CSS Document */

body{
background-color: #ffccff;
background-image:  url('mch2010bg.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;


}
tr, p, div, h1, h2{
font-family: 'times new roman', serif;
color: #330033;
font-size: 10pt;
}
h1{
color: #660066;
font-style: italic;
font-weight: normal;
font-size: 11pt;
margin-bottom: 2px;
margin-top: 2px;
background-color: #ff99cc;
text-align:center;
}
h2{
color: #660066;
font-style: italic;
font-weight: normal;
font-size: 11pt;
margin-bottom: 2px;
margin-top: 2px;
margin-bottom: 2px;
background-color: #cc6699;
text-align: center;
}

a:link { color: #cc66cc; text-decoration: underline;  font-weight: normal;}
a:visited { color: #993399; text-decoration: underline;  font-weight: normal;}
a:hover {color: #ff33ff; text-decoration: none; background:#660033;}
a:active { color: #ffffff; text-decoration: none; }

#stuff{
margin-right: auto;
margin-left: auto;
width:80%;
margin-top: 450px;
padding:0px;
border: 1px solid #660033;
background-image:  url('mch2010bgrp.jpg');
background-repeat: repeat;
}
#cont{
width: 90%;
margin-right: auto;
margin-left: auto;
overflow: auto;
}
#nav{
margin-right: auto;
margin-left: auto;
width: 100%;
height: 25px;
text-align:center;
background-color: #ffccff;
color: #660033;
font-style: italic;
font-size: 12pt; 
border-bottom: 1px solid #660033;
}
