
/* awwood.com primary stylesheet */

BODY {
	font-family:Times;
	margin-left: 120px;
	margin-right: 60px;
	color: #000000;
	bgcolor: #FFFFFF;
	background-color: #FFFFFF;
}

P, LI, TD
	{ font-size: 11pt; }


A:link	 { color: #4169E1;
	  text-decoration: none; }
A:visited	{ color: #4169E1;
	  text-decoration: none; }
A:hover { color: #008B8B;
	   text-decoration: underline;}
A:active { color: #00008B;
	   text-decoration: underline;}

H1	{ font-style: italic; 
	  font-size: 30pt;
	  font-weight: lighter; }

H2 	{ font-weight: bold;
	  font-size: 17pt;
	  margin-top: 28;}
	/* used for subheadings */

H3	{ font-family: "Times New Roman", Times, serif;
	font-size: 10pt; }
	/* used for "CHARTERED CIVIL ENGINEER..." subtitle */

UL	{ list-style-type: disc;
	  margin-left: 18; }



