@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

@font-face {
  font-family: Candice;
  src: url(fonts/Candice.otf);
}

a {
	color:  #000000;
}

a:hover {
	text-decoration: none;
	color: #FF6EC0;
}

body {
	background: #000000;
	background-image: url("i/star-bkg.gif");
}

h1 {
	color:  #FF6EC0;
	font-family: 'Candice', cursive;
	font-size: 6vh;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 7px;
}

h2 {
	color:  #FF6EC0;
	font-family: 'Candice', cursive;
	font-size: 4vh;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 7px;
}

hr {
	border-top: 3px solid #FF6EC0;
}

p {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 1.1em;
}

summary {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

summary:hover {
	color:  #FF6EC0;
	text-decoration: none;
}

summary::marker { 
	color:  #FF6EC0;
}

table.body {
	background: #FFFFFF;
	min-height: 95vh;
	padding: 0px;
	width: 85vw;
	border: 3px solid #FF6EC0;
	border-bottom: 7px solid #FF6EC0;
	border-right: 7px solid #FF6EC0;
	table-layout: fixed;
	border-collapse: collapse;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
}

td[align="center"] {
	padding: 0px;
}

td[align="left"] {
	padding-left: 5vw;
	padding-right: 5vw;
	min-height: 1px;
	height: 0;
}

#menu {
	list-style-type: "✶ ";
	list-style-position: inside;
	margin-block-start: 0;
    margin-block-end: 0;
	padding: 0;
}

#menu li::marker {
	color: #FF6EC0;
}

#menu a {
    color: #000000;
    font-family: 'Roboto Mono', monospace;
	font-size: 1.2em;
}

#menu a:hover {
	color: #FF6EC0;
}
