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 Delightful Cookbooks Website */

/* ---------------------------- */
/* Styles for main sections */

body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 20px;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


td {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	
}


ul, ol {
	margin-top: 0px;
	margin-bottom; 0px;
}

ul ul, ul ul ul {
	list-style-type:disc
}



ol ol 
{
	list-style-type: lower-alpha;
}

ol ol ol 
{
	list-style-type: lower-roman;
}

ol ol ol ol
{
	list-style-type: disc;
}

blockquote {
	margin-top: 0px;
	margin-bottom; 0px;
}



A:link {
	text-decoration: none;
	color: #000000;
}


A:visited {
	text-decoration: none;
	color: #000000;
}

A:active {
	text-decoration: underline;
	color: #BE1328;
}


A:hover {
	text-decoration: underline;
	color: #BE1328;	
}


a:link img {
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: none;
}

A:visited img {
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: none;
}

A:active {
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: none;
}


A:hover {
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: none;
}



H1 {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #018E42;
	margin-bottom: 0px;
	text-decoration: none;
}

.H1red {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #E5081A;
	margin-bottom: 0px;
	text-decoration: none;
}


H2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #E5081A;
	text-decoration: none;
	margin-bottom: 0px;
}

H3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	margin-bottom: 0px;
	color: #018E42;
}

.TABLEPADDING {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

