body, html{/*		scrollbar-face-color:#ffd411;		scrollbar-shadow-color:#b68f0f;		scrollbar-highlight-color:#fbf30f; 		scrollbar-3dlight-color:#fbf30f;		scrollbar-darkshadow-color:#000000;		scrollbar-track-color:#354986;		scrollbar-arrow-color:#000000;*/}p{ color: black;	font-family: arial;	font-size: 10pt;	text-align: left;	padding-left: 10px;// to make a hyperlink look like a button use this in conjunction with 'a' settings// setting the background-color for a paragraph within a table will fill the paragraph line// within the table, to the colour specified.//	background-color: #000040;}li{ color: black;	font-family: arial;	font-size: 10pt;	text-align: left;	padding-left: 10px;}/*******************************************************//*                      HEADERS                        *//*******************************************************/h1{	color: #000040;	color: black;	font-family: arial;	text-align: left;	padding-left: 10px;	font-size: 12pt;/*	font-family: arial, verdana, tahoma, helvectica, sans-serif;	font-size: 16px;	text-align: left;	margin-left: 5;	margin-top: 0;	margin-bottom: 0;*/}h2{color: white;	background: #7090f0;	font-size: larger;	margin-top: 0;	margin-bottom: 0;	padding-left: 10px;}h3{color: white;	background: #000099;	font-size: larger;	margin-top: 0;	margin-bottom: 0;}h6{ color: white;	text-align: right;	font-size: medium;	background: #000099;	margin-top: 0;	margin-bottom: 0;	padding-top: 5px;}/*******************************************************//*                      TABLES                         *//*******************************************************/table.navbar{	width: 100%;}table.marks{	width: 60%;	margin-left: 20%;	}table.links{	width: 33%;	margin-left: 25%;	}td.navbar {	background: #7090f0;	text-align: center;	padding-bottom: 2px;}th.marks_head {	background: #000099;	text-align: center;	padding-bottom: 2px;	width: 33%;	color: white;	font-size: 12pt;	font-weight: bold;	font-family: arial, verdana, tahoma, helvectica, sans-serif;}td.marks {	background: #7090f0;	text-align: center;	padding-bottom: 2px;	width: 33%;}th.links_head {	background: #000099;	text-align: center;	padding-bottom: 2px;	width: 33%;	color: white;	font-size: 12pt;	font-weight: bold;	font-family: arial, verdana, tahoma, helvectica, sans-serif;}td.links {	background: #7090f0;	text-align: center;	padding-left: 10px;	padding-right: 10px;	padding-bottom: 2px;	width: 33%;}/*******************************************************//*                      H-LINKS                        *//* Note: You need all of the following 'a' definitions *//* in the following ORDER for any to be effective      *//*******************************************************/a:link{	color:#000040;	font-size:12px;	font-family:arial,verdana;	text-decoration:underline;	font-weight:bold;}a:visited{	color:#000040;	font-size:12px;	font-family:arial,verdana;	text-decoration:underline;	font-weight:bold;}a:hover{ 	color: #ff8000;}a:active{	color: blue;}/* Navigation bar specific classes */a.navbar{	color: white; 	text-decoration: none; 	background: #7090f0;	font-size: larger;	padding-left: 10px;	padding-right: 10px;}a.navbar:link {}a.navbar:visited {	color: white;}a.navbar:hover { 	color: #ff8000; }a.navbar:active {}