body {
	background-color:black;
}

.graytext {
	color: #333;
}

.link-menu {
  color: #FFF; /* Inherit the color from the parent */
  text-decoration: none; /* Remove the default underline */
}

.link-menu:hover {
  color: #00E1FF; /* Change the color on hover */
}

.link-menu:visited {
  color: #FFF; /* Change the color on hover */
}

/* Styling for underlined links */
.link {
  color: #00E1FF; /* Set the color for the underlined links */
  text-decoration: underline; /* Add underline */
}

a {
  color: #00E1FF; /* Set the color for the underlined links */
  text-decoration: underline; /* Add underline */
}

a:visited {
  color: #ec6aff; /* Or whatever color you want */
}
		
.border {
 border-width:1px;
 border-style:solid;
 border-color:#FFF;
	padding: 3px;
}
		
.top-lines {
  font-family: Futura, Arial, sans-serif; /* Set the font family */
  color: white; /* Set the text color */
  margin-bottom: 4px; /* Adjust the margin between the lines */
}
		
/* Styles for the larger font */
.large-font {
	color: #00E1FF;
  font-size: 24px; /* Set the font size for "Teddy's World" */
}

/* Styles for the smaller font */
.small-font {
  font-size: 18px; /* Set the font size for "Let's roll" */
	color: white;
	  line-height: 0.001; /* Adjust line height */
}
		
.alltext {
	font-family: Arial, Futura, sans-serif;
	color: white;
}
.bottomtext {
	font-family: Arial, Futura, sans-serif;
	color:white;
	font-size: 9px;
		}
		
.table-2wide {
  width: 1200px; /* Set the width to 1200 pixels */
  border-collapse: collapse; /* Collapse the borders */
  border: none; /* Remove the border */
  padding: 20px; /* Set the cellpadding to 20 pixels */
}

/* Style for the table cells */
.table-2wide td,
.table-2wide th {
  padding: 10px; /* Add padding to the cells */
	width: 600px;
	 overflow: hidden; /* or overflow: auto; */
	word-wrap: break-word;
}

.table-3wide {
  width: 1200px; /* Set the width to 1200 pixels */
  border-collapse: collapse; /* Collapse the borders */
  border: none; /* Remove the border */
  padding: 20px; /* Set the cellpadding to 20 pixels */
}

/* Style for the table cells */
.table-3wide td,
.table-3wide th {
  padding: 20px; /* Add padding to the cells */
max-width: 200px;
	 overflow: hidden; /* or overflow: auto; */
	word-wrap: break-word;
}

.table-4wide {
  width: 1200px; 
  border-collapse: collapse;
  border: none; 
  padding: 20px; 
}

/* Custom table cell style */
.table-4wide td,
.table-4wide th {
  padding: 10px;
  width: 250px;
  height: 100px;
  overflow: hidden;
  word-wrap: break-word;
}

td img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
  }

/* Your existing styles */
.alltext {
  /* Add any additional styles for your table here */
}

