           
p, h1, h2, h3, 
{
font-family: Arial, Helvetica, sans-serif;
}

p
{ font-size: 14pt
 }

h1, h2, h3
{ font-size: 30pt;
font-weight: bold
}

h1
{ color: #40003f
}

p
{ color: #785957
}


a:link { COLOR: #40003f; font-family: Arial,Helvetica,sans-serif; font-size:75%; } 
a:hover { COLOR: #white }       
a:visited { COLOR: #faf8cc; font-family: Arial,Helvetica,sans-serif; font-size:75%; }


.linkclass:link { COLOR: #40003f; font-size:12pt; }
.linkclass:hover { COLOR: #d6939d }
.linkclass:visited { COLOR: #40003f; font-size:12pt }


.navbar:link { COLOR: #785957; font-size:12pt; }
.navbar:hover {Color: #d6939d; Text-Decoration: bold;}
.navbar:visited { COLOR: #785957;  font-size:12pt; }


#menu {
width: 140; /* set width of menu */
background: #fdecdc;
hover: #d6939d
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2{
font: bold 11px/12px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: none;
border-color: #fdeef4
margin: 0;
padding: 3px 20px;
}

#menu h2 {
color: #fdeef4;
background: #40003f;
text-transform: uppercase;
}

#menu a {
color: #40003f;
background: #fdeef4;
text-decoration: none;
}

#menu a:hover
{background: #785957
}

div.wrapContainer{
width:20%; float:left;
}