/**************************************************
// inc/stylesheet.css                 2022-07-04_02
 **************************************************/
/* Normal link style */
a:link {
  color: #0000FF;
  text-decoration: none;
}
a:visited {
  color: #0000FF;
  text-decoration: none;
}
a:active {
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}

body {
  margin: 0;
  background-color: #909090;
  color: #000000;
}

@font-face {
  font-family: 'PSP';
  src: url('Plant_Shop_Solid.otf') format("opentype");
}
@font-face {
  font-family: 'PST';
  src: url('Plant_Shop_Texture.otf') format("opentype");
}

p {
  font-family: 'Arial';
  text-decoration: none;
  font-size: 16pt;
}

p.header {
  font-family: 'Arial';
  font-weight: bold;
  text-decoration: none;
  font-size: 16pt;
}

table.header {
  color: #000000;
  background-color: #B78B20;
  font-family: 'PST';
  text-decoration: none;
  font-size: 48pt;
}

table.nav {
  color: #B78B20;
  background-color: #000000;
  font-family: 'PSP';
  text-decoration: none;
  font-size: 16pt;
}

table.footer {
  color: #B78B20;
  background-color: #000000;
  font-family: 'Arial';
  text-decoration: none;
  font-size: 8pt;
}

span.bgc {
  background-color: #FFFFFF;
  color: #FF00FF;
}

input {
  border-style: solid;
  border-color: #000000;
  background-color: #B78B20;
  border-width: 1px;
}
textarea {
  border-style: solid;
  border-color: #000000;
  background-color: #B78B20;
  border-width: 1px;
  resize: none;
}
