		/* These CSS rules are specific to hsdiploma.html 
			and hsclassedu.html */

				
	table
		{
			position:			absolute;
			top:				100px;
			left:				10px;
			width:				580px;
			font-size:			10pt;
			font:				arial;
			font-weight:		normal;
			color:				#000000;
			list-style-type: 	disk;
			background-color:	transparent;
			border:			thin none #00ff00;
		}
		
	td, th
		{
			height:				20px;
		}
		
	th
		{
			text-decoration:			underline;
		}


