/* Stafford Research standard style sheet */
body {	font-size: 12pt;
		font-family: "Arial";
		color: #FFEF00;
		background-image: url("./images/aati-bg.png");
    	background-repeat: repeat-x;
		line-height: 14pt;
		margin-left: 10pt;
		margin-right: 10pt;
	}
p	{	font-size: 12pt;
		line-height: 14pt;
		margin-left: 12pt;
		margin-right: 12pt;
	}
h1	{	font: 20pt arial, helvetica;
		font-weight: bold;
		line-height: 22pt;
	}
h2	{	font: 16pt arial, helvetica;
		font-weight: bold;
		line-height: 18pt;
	}
h3	{	font: 12pt arial, helvetica;
		font-weight: bold;
		line-height: 14pt;
	}
h4	{	font: 10pt arial, helvetica;
		font-weight: bold;
		line-height: 12pt;
	}
h5	{	font: 8pt arial, helvetica;
		font-weight: bold;
		line-height: 10pt;
	}
a	{	text-decoration: underline; }
		
a:link {color: #FFEF00;}
a:visited {color: #FFEF00;}
a:active {color: white;}
a:hover {color: white;}

/* Dave's large box of stuff */

#text1 { width: 380px; padding: 5px; color: blue; 
	position: absolute; left: 10px; }
#text2 { width: 200px; padding: 10px; color: blue;
	position: absolute; left: 120px; 
	border: 0px solid blue; }

