body{
     cursor:			default;
     font-size:			14px;
     width:				600px;
     margin:			50px auto;
     font-family:		Tahoma;
}
a{
     text-decoration:	none;
     color:	       		blue;
     font-family:    	Arial;
}
a:hover{
     text-decoration:	underline;
     
}

