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 */

/* ---------------------------- */
/* Styles for main sections */

body {
	background: #FFFFFF;
	margin: 10px;
	padding: 0px;
	position: absolute;
	top: 0px;
}

td {
	font: 14px/18px Times New Roman, serif;
	color: #ffffff;
	text-indent: 15px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border=0;

}

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: -15px;
}

blockquote ul
{
	margin-top: -15px;
}

A:visited {
	color: #afafaf;
	text-decoration: none;
	}


A:link {
	color: #afafaf;
	text-decoration: none;
}

A:hover {
	color: #afafaf;
	text-decoration: underline;
}

A:active {
	color: #afafaf;
	text-decoration: none;
	}



H1, .headerText  {
	font: bold 30px Times New Roman, serif;
	color: #ffffff;
	margin-top: -15px;
	margin-bottom: 0;
}

.domainName {
    font: bold 12px Times New Roman, serif;
    color: #000000;
    text-decoration: none;
	margin-top: -15px;
}

H2, .title {
	font: bold 24px Times New Roman, serif;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 15px;
	color: #ffffff;
}

H3, .subtitle {
	font: bold 18px Times New Roman, serif;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 15px;
	color: #000000;
}

.botnav A  {
	font: 14px Times New Roman, serif;
	color: #000BA8;
	text-decoration: none;
}

.leftnav A  {
	font: 12px Times New Roman, serif;
	color: #000000;
	text-decoration: none;
}

.leftnav A:hover  {
	color: #000BA8;
	text-decoration: underline;
}

.leftnav TD  {
	padding-right: 5px;
	padding-left: 10px;
}

.leftnav LI  {
	margin-left: -20px;
}

.hanging {
	text-indent: -10px;
	margin-left: 10px;
	}
	
.bottom {
	vertical-align: baseline;
	margin-bottom: 0px;
}

