﻿.avvisoPanel {
  font-family: Arial, helvetica, sans-serif;
  color: #0d006a;
}

.avvisoPanel a { text-decoration: none; }

.avvisoPanel a:hover { text-decoration: underline; }

#avvisoLinkContainer { padding-right: 50px; }

a.avvisoLink {
  /*color: #f8b500;*/
  color: yellow;
  font-weight: bold;
  font-size: 20px;
}

a.avvisoLink:hover {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#AvvisoMenuLinkContainer {
  background-color: #bfcbe2;
  width: 218px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-left: 1px;
  margin-top: 2px;
  margin-bottom: 5px;
  border: 2px solid #0d006a;
}

.AvvisoMenuLink {
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #0d006a;
}

.AvvisoMenuLink:hover { color: white; }