/* This is to set the normal font values for these pages. */body, td, th, div, blockquote, dl, ul, ol {    background: #FFFFFF    color: #000000;    font-family:   Arial, Helvetica, sans-serif;    font-size: 100%}/* This is to define additional backgrounds */body { background: #FFFFFF; }/* This is to define header style */.headerstyle {	background: #FFFFFF;	float: top;	font-family: Arial, Helvetica, sans-serif;	font-size: 200%;	text-align: center;	padding-left: 1%;	padding-bottom: 5%;	width: 100%	}/* This is to define menu area. */.menustyle {    background:   #FFFFFF;    float: left;    font-family:   Arial, Helvetica, sans-serif;    font-size: 100%;    text-align: left;	padding-left: 0%;	padding-bottom: 1%;	width: 20% }/* This is to define content area. */.contentstyle {    background: #FFFFFF;    width: 78%;    text-align: center;	padding-left: 2%;    padding-right: 1%;     border-left: thin solid #9999FF }	/* This is to define link attributes. */		a:link {color: #0000FF}a:visited {color: #FF00FF}a:hover {color: #00CCFF}a:active {color: #FF0000}/* This defines grouped link attributes. */.linklist {    font-size: 90%;    text-align: center}/* End of style section. */