/* _gsstyle.css for Goldstar directory */

/* Global Styles */
body {
  width: 1000px;
  font-family: Arial, sans-serif;
  margin: 20px;
  background-color: #f0ffff;
  color: #000000;
  line-height: 1.6;
}

/* Header Styles
h2 {
  text-align: center;
  margin-bottom: 20px;
} */

H1, H2, H3, H4 {
  font-family: Arial, Dauphin, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-color: #FDF5E6;
  color: #A52A2A;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  width: 100%;
  border-top: 3px #D2691E solid;
  border-right: 3px #D2691E solid;
  border-bottom: 3px #D2691E solid;
  border-left: 3px #D2691E solid;
}

/* Table Styles */
table {
  width: 80%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table td {
  padding: 10px;
  vertical-align: top;
  horizontal-align: center;
}

/* Image Styles */
img {
  max-width: 80%;
  height: auto;
  border: none;
}

/* Horizontal Rule Styles */
hr {
  margin: 20px 0;
  border: none;
  border-top: 3px solid #cccccc;
}


/* Blockquote Styles */
blockquote {
  margin: 10px 20px;
  padding: 5px 20px;
  background-color: #f0ffff;
  line-height: 1.1;  /* Adjusted line spacing for blockquotes */
}

/* Paragraph Styles */
p {
  margin-10px 0;
  line-height: 1.1;
}

/*  border-left: 4px solid #cccccc; put a greey border on left side */

/* Link Styles */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
