<!--
the general style sheet for all documents!.
use within the head tags <link rel="stylesheet" href="style.css">
where style.css is the name of this file (including path)
-->

h1 { 
	font-family: "comic sans ms", "helvetica", "arial"; 
	font-size: 30; 
	color: green;  
}

h2 { 
	font-family: Helvetica; 
	font-size: 18; 
	color: darkred;  
}

<!-- display inline is important. This avoids a line feed and allows aligning photos with their subtitles on one line -->

body { 
	font: 12pt "Times New Roman", "Tunga", "Tahoma", "Comic sans ms", "Myriad Roman", "Verdana", "Arial"; 
	; line-height:15pt; 
	background-color: lightgrey; yellow; 
	color: darkblue; black 
}

A  { color: darkgreen; text-decoration: none; # underline;  
   font-family: times new roman, arial, helvetica }
A:active  { color: darkgreen; text-decoration: none } # underline 
A:visited { color: darkgreen; text-decoration: none }
A:hover   { color: black; background-color: yellow; 
	text-decoration: none; font-weight:normal }

