/* CSS Document */

.body {
    position:relative;
	background-color: #F0F0F0;
	 margin-bottom:10%;
	 margin-left:10%;
	 margin-right:3%;
	}

.content {
  	width: 750px;
	height:858px;
	background-color: #FFFFFF;	
}

.header {
	position:relative;
	
	
}

.block1 {
	position:relative;
	float:left;
	border: solid #000000 thin;
	width: 350px;
	height: 550px;
	
	padding:10px;
}

.block2 {
	position:relative;
	float:right;
	left:4px;
	width: 350px;
	height: 560px;
	background-color: #FFFFFF;	
	border: solid #000000 thin;
	padding-top:10px;
	padding-left:20px;
}

.marginleft {
margin-left:150px;

}

.chemblock {
position:relative;
background-color: #0C0E1A;
width: 245px;
 height: auto;
 margin-left:55px;

}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	text-decoration: none;
}
a:active {
	color: #000099;
	text-decoration: none;
}
.style1 {
	font-size: 24px;
	color: #FF0000;
}
.style4 {
	color: #000000;
	font-size: 9pt;
}
.style5 {
font-size: 24px; color: #000000; 
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style7 {
color: #FFFF00

}