/* http://www.the7sisters.co.uk/7sstyle.css - The7Sisters main site stylesheet
   Graham Wootten (webmaster@the7sisters.co.uk), last modified 15th March, 2002. */

body {
   font-family: Verdana, Arial, sans-serif;
   }

a {
   text-decoration: none;
   }

a:hover {
   color: red;
   text-decoration: underline;
   }

a:link {
   color: blue;
   }

a:visited {
   color: green;
   }

td {
   font-family: Verdana, Arial, sans-serif;
   }

h1,h2,h3,h4,h5,h6 {
   color: #9999FF;
   }

h4 {
   bottom-padding: 0;
   }
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 680px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color:#333333;
	border: 5px solid grey;
	padding: 15px;
}

#close {
	float: right;
}
      
