/* This goes in the head of each documsent */
/* <link rel="stylesheet" type="text/css" name="css" href="css.css">*/
/*<LINK rel="stylesheet" type"text/css" href="screen.css" media="screen">*/
/*<LINK rel="stylesheet" type"text/css" href="print.css" media="print">*/

/* import external stylesheet */
/* @import url(http://www.style.org/pastoral); */
/* @import url(http://www.style.org/marine); */

/* theonething has BODY {SCROLLBAR-FACE-COLOR: #003366; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #999; SCROLLBAR-ARROW-COLOR: #cc0} */
/* bgproperties="fixed" */

div#home {
    background-image:  url('images/pesticide-lung.jpg');
    background-repeat: no-repeat;
	background-position:left;
	background-position:top;
    height: 469px;
    width: 550px;
}
div#hometext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
    position: relative;
    height: auto;
    width: 350px;
    left: 340px;
    top: 10px;
}



/* links */
a:link {color: #003333}
a:visited {color: #003333}
a:hover {color: #009999; text-decoration:none}
a:active {color: #009999; text-decoration:none}

/* This is cool - text-decoration: underline overline */

