h2 { 
	 font-family : "Juice ITC";
     color : blue;
	 font : weight : bold;
     font-size : 28pt;
     font-style : none;
     text-align : center;
     letter spacing : 3px;
	}



h3 { 
	 font-family : "Juice ITC";
     color : black;
     font-size : 26pt;
     font-style : none;
     text-align : center;
     letter spacing : 3px;

	 }


div{
border:2px solid #a1a1a1;
padding:10px 40px; 
background:#540578;
width:100px;
border-radius:25px;
}

a {
	font-family:''courier new:;
	font-size: 14pt;
	}
a:link {
	
	background-color:#660066;
	width:100px;
	text-align:center;
	padding:4px;
	text-decoration:block;
	color:#ffffff;
	font-weight:bold;
	}

a:visited {
	
	background-color:#8E16B5;
	width:100px;
	text-align:center;
	padding:4px;
	display:block;
	text-decoration:none;
	color:red;
	font-weight:bold;
	}

a:hover {
	
	text-decoration:underline;
	color:#00cc66;
	font-weight:bold;
	}