/* style.css - Style sheet for Kim Johnson Bagpiping web site */

body {
	margin-left: 10%; margin-right: 10% ;
	color: white; 
	background: black ;	/* background:#001040 ; */
	border-color: white ;
	font-family: "Copperplate Gothic Light", "Times New Roman", serif ;
	font-size: 100% ;
	}

:link { color: #FFFFFF }  			/* for unvisited links */
:visited { color: gray } 			/* for visited links */
a:active { color: rgb(255, 255, 255) } 	/* when link is clicked */
a:hover { color: teal } 			/* when mouse is over link */

table {
	margin-left: 0% ;
	font-family: "Copperplate Gothic Light", "Times New Roman", serif ;
	background: black ;
	border-width: 0 ;
	border-color: white ;
	}

