@charset "UTF-8";

	body { background-color:#FFFFFF; color:#000000; font-family:Courier New,Courier,monospace,; font-size:10pt; }

	a:link { color:#3333AA; text-decoration:none; }
	a:visited { color:#3333AA; text-decoration:none; }
	a:active { color:#3333AA; text-decoration:none; }
	a:hover { color:#555555; text-decoration:underline; }
  a:focus { color:#555555; text-decoration:underline; }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0);
  }

  .box {
    position: relative;
    margin: 5% auto;
    width: 400px;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    background-image: linear-gradient(0deg, white, lightlightgrey);
  }
