/* STYLE SHEET FOR SKERRIES SAILING CLUB */

div.bo	{
	page-break-inside:avoid;
	}

body { 
        background: WHITE;
        color: black;
        font-family: Arial, sans-serif;
        font-size: small;
	
        }


h1 {
	color: BLUE;
        font-family: Arial, sans-serif;
	text-align: center;
	font-size: large;
	font-weight: bold;
	}

h2 {
	color: BLACK;
        font-family: Arial, sans-serif;
	text-align: center;
	font-size: medium;
	}

h3 {
	color: YELLOW;
        font-family: Arial, sans-serif;
	text-align: center;
	font-size: small;
	font-weight: bold;
	}

h6	{
	color: black;
	font-family: Arial, sans-serif;
	font-size: xx-small;
	text-align: center;
	font-style: italic;
	}


a:link, a:visited {color: BLUE; font-weight: bold; text-decoration: none; !important; background: WHITE; }
a:hover, a:active {color: RED !important; font-weight: bold; background: yellow !important; text-decoration: none; } 



pre { font-family: monospace; }


  




table {
	color: black;
        font-size: small;
        }
      
td	{ 
	color: BLACK;
        font-family: Arial, sans-serif;
        font-size: small;
        text-align: left; 
        vertical-align: top; 
        }

th 	{ 
	color: BLACK;
	background: CYAN;
        font-family: Arial, sans-serif;
        font-size: small;
        text-align: CENTER; 
        vertical-align: top; 
        }

td.num	{ 
        text-align: right; 
        vertical-align: top; 
        }



dt {
        font-family: monospace;
        font-weight: bold;
        } 
        
 
        
ul { list-style: square; }
ul ul { list-style: disc; }     
ul ul ul { list-style: square; }


ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: upper-roman; }


img.tour
	{	
	border-width: 1px;
	border-color: black;
	border-style: solid;	
	}



