@charset   "UTF-8";
BODY{		
				
		margin-left : 0px;
		margin-right : 0px;
		margin-bottom : 0px;
		margin-top : 0px;
}

.LinkClass{
				
		display:block;		
		color : white;
		width : 100%;
		height : 100%;
		text-decoration : none;
		bottom : auto;
		padding-top : 10px;
}





A:hover{
				
		color : black;
		background-color : #fdfdfd;
}
