/* 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; }

h3
{ 
	color: #6495ed;
	font-family: comic sans ms;
	text-decoration: underline;
}

h2
{ 
	color: #6495ed;
	font-family: comic sans ms;
	text-decoration: underline;
}

.tdsize
td { 
        width: 100px;
}

.number { 
        text-align : right; 
} 