
/* Christmaslake.net - 4 kids skiing */

* { margin: 0; padding: 1; }
		
html { 
	background: url('../BACKGROUNDS/skiing.jpg') no-repeat fixed center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
	}

.class1 A:link {color: #0061C1; font-family: Comic Sans MS; font-size: 16px;}
.class1 A:visited {color: #0061C1;}
.class1 A:active {color: #0061C1;}
.class1 A:hover {color: #DD0000;}