.pagetitle {font-size: 1.25em; background:#CCDD00; }
.pagetitle a, .pagetitle a:visited {display:block;float:left;height:100%;  font-size:1em;text-decoration:none;color:#000;background:#CCDD00 left left;}

.footer {font-size: 75%}
.displaymath {text-align: center}
/* this style is to deal with symbols: symbol1 is for blobs and squares; symbol2 is for diamonds */
<style type="text/css">
  span.symbol1 { font-size: 14pt; font-family: Unicode }
  span.symbol2 { font-size: 9pt; font-family: Unicode }
</style>
/* the code below is to split the page into a head that remains fixed and 
   content that scrolls */
html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */ 
	}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	}

/*content for 'other browsers'*/
#content {
	overflow:auto; /* add scroll bars as necessary */
	position:absolute; /* position absolutely */
	z-index:3; /* If required to cover any other divs */
	top:135px; /* a value to miss the header */
	bottom:0; /* a value to miss the footer */
	left:0px; /* a value to miss any navigation div */
	right:0; /* this will put the scroll bar at the right of the page */
	}

/*content for IE*/
* html #content {
	height:100%; /* full screen height */
	width:100%; /* full screen width */
	top:0; /* place the content at the top */
	left:0; /* and left of the body */
	border-top:135px solid #fff; /*add a top border to miss the header 
			(this is SUBTRACTED from the 100% height on quirks mode) */
	border-bottom:0; /*add a bottom border to miss the footer 
			(this is SUBTRACTED from the 100% height on quirks mode) */
	border-left:0; /*add a left border to miss any navigation div 
			(this is SUBTRACTED from the 100% width on quirks mode) */
	}

#head {
	position:absolute; 
	top:0; 
	border:0; 
	width:100%; 
	min-width:100%; 
	height:110px; 
	font-size:1em; 
	z-index:5; 
	}

* html #head {
	top:2px; width:100%; height:98px;
	border:0; 
	}

#content p {
        text-align:justify; 
        padding-left:15px; 
        padding-right:10px; 
        border:0; 
        }

#content .comptext {font-family: courier}

#content .displaymath {text-align: center}

#content p.center {
             text-align: center}

#content table.displaymath {
             border:0;
             width:60%}

#content td.left {
             text-align:right;
             width:20%}

#content td.equal {
             text-align:center;
             width:5%}

#content td.right {
             text-align:left;
             width:75%}

#content table {
             border:0;
             padding-left:15px; 
             padding-right:10px; 
             width:99%}

#content td.center {
             padding-left:15px; 
             padding-right:10px; 
             text-align:center}

#content ol {
             margin-left: 30px;
             padding-left:15px; 
             padding-right:10px; 
            }

#content ul {
             margin-left: 30px;
             padding-left: 15px;
             padding-right:10px} 

#content h1 {
             padding-left:15px; 
             padding-right:10px; 
            }

#content h2 {
             padding-left:15px; 
             padding-right:10px; 
            }

#content h3 {
             padding-left:15px; 
             padding-right:10px; 
            }

#content h4 {
             padding-left:15px; 
             padding-right:10px; 
            }

#content ol {
             margin-left: 30px;
             padding-left:15px; 
             padding-right:10px; 
            }

#content DD {
             margin-left: 60px;
             padding-left:15px; 
             padding-right:10px; 
            }

#content DT {
             margin-left: 30px;
             padding-left:15px; 
             padding-right:10px; 
            }
