INSERT THIS IN HEADER:
<LINK href="/css/mgs.css" type="text/css" rel="stylesheet">

-----------------------------------
# looks like this in the code  id="style"
. looks like this:  class="style"


/* CSS Document for www.angelleigh.com interior pages */

/* ---------------------------- */
/* Styles for main sections */





td {
	font: 14px/18px Times New Roman, serif;
	text-indent: 15px;
}

A:visited {
	color: #000BA8;
	text-decoration: none;
	font-weight: bold;
	}


A:link {
	color: #00BA8;
	font-weight: bold;
}


A:active {
	color: #00BA8;
	font-weight: bold;
}

A:hover {
	color: #000BA8;
	text-decoration: underline;
	font-weight: bold;
}


ol ol 
{
	list-style-type: lower-alpha;
}

ol ol ol 
{
	list-style-type: lower-roman;
}

ol ol ol ol
{
	list-style-type:	disc;
}

blockquote p
{
	margin-top: 10px;
}

blockquote ul
{
	margin-top: 0px;
}




H1, .headerText  {
	font: bold normal 30px Times New Roman, serif;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}


H2, .title {
	font: bold 24px Times New Roman, serif;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 15px;
	color: #000000;
}

H3, .subtitle {
	font: bold 18px Times New Roman, serif;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 15px;
	color: #000000;
}

.story {
	font: 14em Times New Roman, serif;
}



.bottom {
	vertical-align: baseline;
	margin-bottom: 0px;
}

