Short Tutorial on Web Accessibility
A page or two of tutorial.
kind of a short version of PA Guidelines,
maybe we can reuse a EO deliverable. 
Followed by specific entries for each checkbox in the form, which
      points to specific anchor in the PA Guidelines.
- Missing or non-sensical ALT is when there 
	is no ALT attribute on IMG or when the ALT is meanlingless
	(name of file, apple for orange, etc)
 
- Too complex FRAMESET is usually when there are more 
      than 4 frames in the viewport, making it hard to linearize the
      frameset and present it thru a text menu.
 
- Poor nesting of Headers means that H1, H2, H3, etc, 
      are used to conveyed presentational information rather than
      structural information, as it should be. People have user H2 to
      change font size, when they should be using Style Sheet.
 
-  etc