/*
This style sheet was created from C:\Data\Website\Testing\index.html
*/

BODY, P {
	font-family: Georgia  }

TABLE, TR, TD {
	font-family: Georgia;
	border: 1px solid black;
	padding:15px;	  }

A {  }

A:LINK {  }

A:VISITED {  }

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {  }

H1 { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:red }

H2 { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black }

H3 { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black }

OL {  }
