﻿/* drystone.css 02/11/2024 */

body 		{
		background-color: #000000;
		background-image:url(drystone_bg.jpg);
		background-attachment: fixed; 
		background-repeat:repeat;
		margin: 0px 5px 5px 5px;
		color: #000000;
		scrollbar-arrow-color: #000000;   	/* NS will ignore scrollbar attributes */
          	scrollbar-face-color: white;
        	scrollbar-highlight-color: white;
		scrollbar-3dlight-color: #000000;
		}

body.neville	{
		color: #600000
		}

body.de_vere	{
		color: #004000
		}

span.tall	{
		font-family: Arial, Helvetica, Tahoma;
		font-size: 48px
		}	

span.medium	{
		font-family: Arial, Helvetica, Tahoma;
		font-size: 24px
		}
table.main	{
	 	width: 780px;
		margin-top: 10px; 
		background-color: #ffffff;
		font-family: Arial, Helvetica, Tahoma;
		font-size: 12px;
		border: solid black 1px 
		}
table.content	{
	 	width: 740px;
		background-color: #ffffff;
		font-family: Arial, Helvetica, Tahoma;
		font-size: 12px;
		border: none
		}
table		{
	 	background-color: #ffffff;
		font-family: Arial, Helvetica, Tahoma;
		font-size: 12px;
		border: none
		}
td		{  
		border-style: none none none none;	
		color: inherit
		}
p		{
		margin-top: 0px;
		margin-bottom: 10px;
		text-indent: 25px
		}
			  
a 		{
		text-decoration: underline;
		color: #505000
        	}
a:visited 	{
		color: gray
	       	}
a:hover	{
		color: #505000; 
		text-decoration: none
	    	}
/* --- mouseover images --------------------------------------------------------------------------- */
.dropdown {
		position: relative;
		display: inline-block;
		}

.dropdown-content {
		right: 0;
		display: none;
		position: absolute;
		z-index: 1;
		}

.dropdown:hover .dropdown-content {
    	display: block;
		}

.dropbtn {
		background-color: white;
		color: black;
		padding: 2px;
		font-size: 12px;
		border: black solid 1px;
		cursor: pointer;
		}

