<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { border: 0 }

body {
  font:                105% Vrinda, Helvetica, Arial, sans-serif;
  line-height: 		150%;
}

#menu {
  background-color:    none;
  float: 	       left;
  width:	       200px;
  text-align:          right;
  float:               left;
  margin:              0px 20px 0px 0px;
}

#table img {
  margin:              2px;
  float:	       left;
}

a {
  text-decoration:	 none;
  color:              	 grey;

}

#table {
  background-color:    none;
  float:	       left;
  width:               240px;
  padding-top;         25px;
  margin:              20px 0px 0px 0px;
  	        
}

#about_me {
  background-color:    none;
  float:	       left;
  width:               450px;
  font:                100% Vrinda, Helvetica, Arial, sans-serif;
  line-height: 	       100%;
}

#everything {
  width:		700px;
  padding-top:		100px;
  padding-bottom:	auto;
  margin-left:         	auto;
  margin-right:	       	auto;
}

#logo {
  width: 100%;
  clear: both;
}

.cd {
  font-style:          italic;
}

.artist {
  font-weight:         bold;
}

a:link {
  color:               grey;
}

a:visited {
  color:               #333333;
}

#elixirs a:link {
  color:               #007e7e;
}

#elixirs a:visited {
  color:               #333333;
}

#elixirs a:hover {
  background:          #f88396;
  color:               #0d5353;
}
</pre></body></html>