	
	
		/* Main style attributes to be applied to anything in the body with unspecified style */
		body {
	font-family: arial, helvetica, verdana;
	font-size: 12pt; /* or 11pt */
	background: url(images/galbk.jpg);
	background-repeat: repeat-y;
	background-color: black;
	border: 0;
	border-color: none;
	text-decoration: none;
	border-collapse: collapse;
}
								
a:link {
	text-decoration: bold;
	color: none;
}

a:active {
	text-decoration: none;
	color: red;
}

a:visited {
	text-decoration: none;
	color: yellow;
}

a:hover {
	text-decoration: bold;
	color: red;
}
								
	
.gallery {
	border: 5;
	border-color: black;
	font-family: arial, helvetica, verdana;
	font-size: 12pt;
	text-decoration: none;
	background-color: none;
	color: red;
	border-collapse: collapse;
	
}


