@charset "utf-8";
/* CSS Document */
html{
	font-family:Arial, Helvetica, sans-serif;
}
body{
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
div.menu > div.row:hover{
	background-color:rgba(224,224,224,1);
	
}