/* Created by TOG for use with Gym-Score-Depot.ca   .... 
    - changes background colour to yellow when hovering over a link 
    - Draws a 1 px border around pictures 
    - sets fonts t Helvetica/Arial/SansSerif for most elements
*/

* {
	font-family: Helvetica, Arial, san-serif;
	}
    
    
h1 {
	color: red;
	font-size: 16px;
	}

h2 {
	color: blue;
	font-weight: bold; 
	Font-Size: 14px;
	}

h3 {
	color: blue;
	font-weight: bold; 
	Font-Size: 12px;
	}


h4 {
	color: blue;
	font-weight: bold; 
	Font-Size: 10px;
	}


h5 {
	color: blue;
	font-weight: bold; 
	Font-Size: 9px;
	}

h6 {
	color: blue; 
	Font-Size: 8px;
	}


p {	
	color: #003f00;
	font-family: Times, "Times New Roman", serif; 
	Font-Size: 12px;
	}

a:link {
	color: #0000ff;  /* Blue */
	font-family: Helvetica, Arial, sans-serif;
 	text-decoration: none;   
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #0000ff;  /* same colour as regular link */
 	text-decoration: none;   
 	}

a:hover {
	color: #ff0000;
	font-weight: bold;
	background-color: #f9ff00;  /* yellow */
	}

a a:active {
	font-weight: bold;
	color: #0000ff;
	}

img {
	border-style: none;
	}

