/* CSS Document */
/* earlyyearsfaq.css */

a:link {  
        font-family: comic sans ms, Verdana, Geneva, Arial, Helvetica, san-serif;
	font-weight: bold; 
	color: #800080; 
	text-decoration: underline; 
	font-size: 14px; 
	text-transform: none; }

a:visited {  
        font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	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; }

p
{
        color: #D87093;
        font-weight: 900; 
        text-indent: 2em;
}
h2
{ 
	color: #008b8b;
	font-family: space toaster, garamond, georgia, comic sans ms;
	text-decoration: underline;
	font-size: 16px;
}


h1
{
	color: #00BFFF;
	border: 0px;
	font-family: space toaster, garamond, georgia, comic sans ms;
}


