@charset "utf-8";
body {
	background-color: #4B4B4B;
}
body {
	background-image: url(../SLPCsite/bgimage.jpg);
	background-repeat: repeat;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FEFFC8;
}

a:link {
	color: #A3C2C1;
	text-decoration: none;
}
p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}

a:hover {
	color: #629392;
	text-decoration: underline;
}
a:active {
	color: #629392;
	text-decoration: none;
}
.subheadings {
	font-size: 16px;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #629392;
}
.pageheadings {
	font-size: 24px;
	font-weight: bold;
}
a img { border:none; } 