body   { 
	scrollbar-base-color: #e2e1e6;
}

BODY, DIV, TD, TH, P    { 
	font-size: 11px; 
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif; 
	margin-top: 20px; 
	margin-left: 5px 
}

.contact{
	background-image: url(images/pink.jpg);
}
.contact P{
	font-size: 12px;
}

.contact h2{
	font-size: 13pt;
	font-weight: bold;
}

h2 {
	color: #9c3634;
	font-size: 13pt;
	font-weight: bolder;
}
h3 {
	color: #000;
	font-size: 11pt;
	font-weight: bolder;
}

a:link

{
	text-decoration : none;
	color : #9D0000;
}

a:visited

{
	text-decoration : none;
	color : #9D0000;
}

a:hover

{
	text-decoration : underline;
	color : #9D0000;
}