@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}

div#flash-notice {
  background-color: white;
  border: 2px solid green;
  width: 400px;
}

div#flash-warning {
  background-color: white;
  border: 2px solid yellow;
  width: 400px;
}

div#flash-error {
  background-color: white;
  border: 2px solid red;
  width: 400px;
}

