﻿@import url("layout.css");



a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #5f8ea9;
	
	}
a {
	color: #3d6c87;
	font-weight: bold;
	text-decoration:underline ; 
}

