
* {text-align: center; font-family: serif;}
a:link {color: #057; text-decoration: none}
a:visited {color: #000; text-decoration: none}
a:hover {color: #C36;}
a:active {color: #000;}

h1:first-line {font-size: 24px; color: #000; font-weight: normal;}
h1 {font-size: 16px; color: #057; font-weight: normal;}

h2:first-line {font-size: 18px; color: #000; font-weight: normal;}
h2 {font-size: 16px; color: #057; font-weight: normal;}

h3 {font-size: 16px; font-weight: bold; text-decoration: underline;}

p {color: black;}

p.banner { font-size: 24px; color: green; }

p.services
{
	color: #C00;
	font-size: 16px;
	font-weight: 300;
}

p > em
{ color: green }


p.testimonial
{
	color: #057;
	padding-left: 25%;
	padding-right: 25%;
	vertical-align: middle;
	font-style: italic;
	text-align: justify;
}




ul { list-style-type: none; }

li {color: #C36;}


