﻿BODY {
	font-family: "Segoe UI";
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	color: #000080;
}

A {
		text-decoration:none;
		background: #EEF3FB;
		}

A:hover {
		color: #FF0000;
		background: #FFFFFF;
}

.norma {
		text-decoration:none;
		background: none;
		}

.norma:hover {
		text-decoration:none;
		background: none;
		}