/* 
 *  Karen A. Gordon
 * 
 */ 

body { font-family:Arial, Helvetica, sans-serif;
	background:url(../images/seabkgd.jpg);
	color:#000000;
	font-size: 12px; 
	line-height: normal; 
	text-align:center;
}

th { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	line-height: normal; 
	text-align: center; 
}	
	
td { font-size: 12px; 
	line-height: normal; 
	text-align: center;
	}
	
<!-- CHANGES TO THE WAY LINKS LOOK HERE -->

a { 
	color:#003
	font-weight		:bold; 
	text-decoration	:underline; 
}
	
a:link {
	color:#003;
	font-weight:bold;
	text-decoration	:underline;
}

a:visited {
	text-decoration	:underline;
	font-weight:bold;
	color:#099;
}

a:hover {
	color:#06F;
	text-decoration	:underline;
}

a:active {
	color:#960;
	text-decoration: underline;
}

/* main page body parameters*/
div#main {
	vertical-align:top;
	width:100%;
	min-height:600px;	
}

div#header {
width:100%;
}

table.master {
	width:900px;
	color:#000;
	vertical-align:top;
	border:#036;
	border-style:inset;
	}

table.header {
	width:900px;
	color:#000;
	vertical-align:top;
	border:#036;
	border-style:inset;
}

td.rocking { background-image:url(../images/rockingchair-on-porch.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:top;
	height:500;
	width:250;
}

td.white { background:#FFFFFF;
	text-align:left;
}

th.white { background:#FFFFFF;
}

td.headerlinks {
	border:0;
	background:#036;
	vertical-align:top;
}

th.headertitle {
	font-size:48px;
	font-weight:bold;
	color:#036;
}

td.headermenu {
	background-color:#036;
}