/* ========== websites.aShep.sw.shepweb.css ========== */
@import url(../default.css);

body {
/*	background-color: white; /**/
	background-image: url(extras/bkg-sand2.gif); 
	}

.sideTable {
	width: 120px;
	background-color: #9C9; /* a light green */
	}
.sideTitle {
	font-size: large; 
	font-weight: bold;
	}
.sideLinks {
/*	border: blue solid 1px; /**/
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
/*	padding: 0; /**/
	text-indent: -10px;
	font-size: small; 
	font-weight: bold; 
	}
.sideLinks P { 
/*	border: red dashed 1px; /**/
	margin-top: 0;
	margin-bottom: 0;
	}

.marL5 { margin-left:5px;}
