﻿
h1 {
	font-family: arial, helvetica, sans-serif; font-weight: bold; text-align: center; font-size: 18pt;
}

h2 {	font-family: arial, helvetica, sans-serif; text-align: center; font-size: 14pt;

}

h3 {	font-family: arial, helvetica, sans-serif; text-align: center; font-size: 12pt;

}

h4 {	font-family: arial, helvetica, sans-serif; text-align: left; font-size: 12pt; margin: 0px 0px 0px 0px

}

td {
	font-family: arial, helvetica, sans-serif; font-size: 12pt;
	margin: 10px 10px 10px 10px;
}

th {
	font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 14pt;
}

body {
	background: url("/images/embryo.jpg") repeat-y;
	margin: 20px 200px 10px 30px;
}

img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: #3333ff;
}

a:visited {
	text-decoration: none;
	color: #ad235e;
}

a:hover {
	color: #ffffff;
	background-color: #cccccc;
	font-family: arial, helvetica, sans-serif;
	
}

#lists {
	position: static;
	width: 50%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	text-indent: 0;
	
}

#paragraph {
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0px 20px 50px;
	width: 800px;
	
}

p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12pt;
	text-align: justify;
	text-indent: 50px;
}

.para1b {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12pt;
	font weight: bold;
	text-align: center;
	text-indent: 0px;
	margin: 1px 1px 1px 1px;
	
}

p1 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12pt;
	text-align: justify;
	
}


#ads1 {
	position: absolute;
	top: 100px;
	left: 900px;
	width: 150px;
}

#ads2 {
	position: absolute;
	top: 1600px;
	left: 900px;
	width: 150px;
}

#ads3 {
	position: absolute;
	top: 3500px;
	left: 900px;
	width: 150px;
}

#ads4 {
	position: absolute;
	top: 6000px;
	left: 900px;
	width: 150px;
}

.solid {border-style: solid; } 
.double {border-style: double; } 
.groove {border-style: groove; } 
.dotted {border-style: dotted; } 
.dashed {border-style: dashed; border-color: blue; } 
.inset {border-style: inset; } 
.outset {border-style: outset; } 
.ridge {border-style: ridge; border-color: #cccccc; } 
.hidden {border-style: hidden; }


