
A:link {
	color: #0000ff; text-decoration: none
       }
A:visited {
	  color: blue; text-decoration: none
	 }
A:active {
	 color: #800080; text-decoration: underline
	  }
A:hover {
	color: white; text-decoration: none; background: blue;
}	
          
.title  {
        color : #4E8BE7;
        font-size : large;
	text-decoration : underline;
        text-align : center;
}
				 
.category {
	color : green;
	font-size : large;
}
	