a:link {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	color: #CC00FF;
	text-decoration: underline;
}
	 
a:hover {
	font-weight:bold;
	color: Blue;
	text-decoration:none
}

a:active { 
	font-weight:bold; 
	color:#E00000; 
	text-decoration:underline 
}

a:focus {
	font-weight:bold;
	color: #000000;
	text-decoration:none
}



h1 	{ 
	text-align: center; 
	font-size: 42px;  	
}



.txt26-b-l-b {

	color : #000000;
	font-size : 26px;
	font-family : "Comic Sans MS";
	text-align : left;
	font-weight : bold;
}

.txt28-b-c-b {

	color : Black;
	text-align : center;
	font-size : 28px;
	font-family : "Comic Sans MS";
	font-weight : bold;
}