@font-face {
font-family: "Goudy";
src: url("./fonts/GoudyBookletter1911.otf");
}

body {
  background: #000;
  color: #fff;
  font-size: .9em;
  font-family: sans-serif;
  padding: 0px 10px 10px 10px;
}

textual {
    color: red;
}

a:link {color: #0033FF; text-decoration: none;}
a:active {color: #0033FF;text-decoration: none;}
a:visited {color: #660099;text-decoration: none;}
a:hover {color: #0000CC; text-decoration: none;}

img { 
	border: none;
}