body {
		font-family: Tahoma;
		color: Black;
		background-color: white;}
.header {
		text-align: center;
		}
	
a:link, a:active, a:visited
    {
    text-decoration: none;
    font-weight: bold;
	color: DarkOrchid;
	font-size: 18pt
    }
	
a:hover {color: Lime;}
	
a.header {font-size: 8pt;}

.logo {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 80%;
	text-align: center;
	color: DarkOrchid;
	height: 100px;
	width: 100px;
	float: left;
	margin-left: 10px;
    }
		
.dropdown {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 75%;
	text-align: center;
	color: #FF18FF;
	float: right;
	height: 100px;
	width: 200px;
  	display: inline-block;
    }
		
.menu {
  	background-color: DarkOrchid;
  	color: white;
  	padding: 16px;
  	font-size: 20px;
  	border: none;
	}
.dropdown-content {
  	display: none;
    font-size: 10pt;
  	background-color: #f1f1f1;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 10;
	}
.dropdown-content a:hover {background-color: blue;}	
.dropdown-content a:link {
    font-size: 10pt;
		}		
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .menu {background-color: Lime;}
		
h1
	{
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 400%;
	color: black;
	text-align: center;
	text-indent: 100px;
	font-weight: bold;
    }
h2
	{
	font-family: Tahoma, Verdana, Times New Roman;
	color: black;
	text-align: center;
    }

img {
	 display: block;
  	margin-left: auto;
  	margin-right: auto;
	}
		
table
	{
	border: 3px black;
	width: 100px;
	height: 50px;
    }

.reagents, .therapeutics
	{
	color: DarkOrchid;
	width: 30%;
	float: left;
	margin: 1%;
	text-align: center;
		}
 .blank2
	{
	width: 10%;
	float: left;
	margin: 1%;
	text-align: center;
	visibility: hidden;
		}		
 .pinky
	{
	width: 10%;
	float: left;
	margin: 1%;
	text-align: center;
	visibility: hidden;
		}