table, body, td {
	font-family: arial, helvetica;
	font-size: 12px;
	color: black;
	empty-cells: hide;
}

a, a:visited, a:active {
	color: #1D3D8D;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
}
	
table.outer {
	border-left-style: solid;
	border-left-color: black;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	height: 100%;
}

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-width: 0;
	margin-height: 0;
	
	background-image: url('http://www.coastccu.org/images/back.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
}