/* sfsw.css, style for southforksoftware.com */

body {
	background-color: white;
	}

/* the page header for all pages */
h1 {
	font-family: serif;
	color: blue;
	font-size: 250%;
	font-style: normal;
	text-align: left;
	margin-top:20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:30px;
   }

/* the main text header all pages */
h2 {
	font-family: serif;
	color: blue;
	font-size: 125%;
	font-style: normal;
	text-align: left;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:30px;
   }

h3 {
	font-family: sans-serif;
	color: blue;
	font-size: 100%;
	font-style: normal;
	text-align: left;
   }

/* p only used in main text areas */
p.main {
	color: black;
	font-family: sans-serif;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:30px;

/*    font-size: 30; */
	}

img.main {
	margin-top:0px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:30px;
}


/* the main text area all pages */
table.maintext {
	color: black;
	background-color: white;
	font-family: sans-serif;
/*      font-size: 30; */
/*	padding: 10; */
	}

/* p only used in main text areas */
p.main {
	color: black;
	font-family: sans-serif;
/*    font-size: 30; */
	}

table.res_instr
{
	background-color: white;	
}	

/*index1.html*/
table.index1 td {
	font-family: sans-serif;
	font-size: 85%;
	color: black;
	text-align: center;
	background-color:#99FF99;
	}

table.index1 a:link {
	text-decoration: none;
	color: black;
	}

table.index1 a:visited {
	text-decoration: none;
	color: black;
	}

