/* CSS Document */
/* earlyyears.css */

a:link {  font-family: comic sans ms, Verdana, Geneva, Arial, Helvetica, san-serif;
	  font-weight: bold;
          font-style: italic;
	  color: #800080; 
	  text-decoration: underline; 
	  font-size: 14px; 
	  text-transform: none; }

a:visited {  font-family: garamond;
	     font-weight: bold; 
	     color: #ff3333; 
	     text-decoration: none; 
	     font-size: 11px; 
	     text-transform: uppercase; }

a:hover {  font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	   font-weight: bold; 
	   color: #CD853F; 
	   text-decoration: underline; 
	   font-size: 14px; 
	   text-transform: uppercase; }

a:active { font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	   font-weight: bold; 
	   color: #ffffff; 
	   text-decoration: underline; 
	   font-size: 11px; 
	   text-transform: uppercase; }

h2
{ 
	color: #FFD700;
	font-family: comic sans ms;
	text-decoration: underline;
}

/* Header*/
.header 
h1
{
	background-color: #add8e6;
	width: 100%;
	height: 15%;
	color: #4b0082;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 0px;
	font-family: space toaster;
	text-align: center;
	text-decoration: underline;
	font-size: 2.5em;
	letter-spacing: .5em;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* Sides */
.left
{	background-color: #add8e6;
}

.right
{	background-color: #add8e6;
}