/* External style sheet for santa site
     
   Filename: santa.css  #f21c3e; red
*/

/* body default color, font */
body{
 	 background-image: url(images/snowflake3.jpg);
	 }    
	 
p{
	color: #006600;
}

.larger {
		font-size:40px;
		
		

}
/* Center */
.center {
		 text-align: center;
		
		}
		
.left {
		text-align: left;
}
	
.table2 {
	background-color: #ffffff;
	color: #006600;
	text-align: center;
}




.whitefont {
	color: #FFFFFF;
}



.greenfont {
	color: #006600;
}
/* heading  */
h1 {
   font-family: Georgia, Times New Roman, serif;
   color: #006600;
   font-size: 5em;
   text-align: center;
}

h2 {
   font-family: Georgia, Times New Roman, serif;
   color: #006600;
   font-size: 4em;
   text-align: center;
}

h3, h5 {font-family: Georgia, Times New Roman, serif;
	color: #4f6d49;
	text-align: center;
	}

.imgborder1 {
border: 1px solid #cccccc;
text-align: center;
}	


.imgborder2 {
border: 1px solid #006600;
text-align: center;
}

.footer {color: green;
		font-size: large;
		font-style: italic;
		text-align: center;
		}
		

a { 
  text-align: center;
  color: #006600;
  text-decoration: none
  }

/* Pseudoclass for Hover */
a:hover{
		color: #FF0000;	
		
}


	

