@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu:hover {
	height: 25px;
	width: 220px;
	background-color: #2796E0;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #00659C;
}

a:hover {
	color: #09A9FF;
	text-decoration: none;

	
}
a:visited {  }