h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, serif;
	line-height: 1.4em;
}
/*
ul,li,label,cite,td { 	
	font-family: arial, helvetica, sans-serif;
        line-height: 1.2em;
	color: #333333;
}
/* There used to be separate indents for body and p, but sometimes
text looks odd that way because the browser does not consider text
following a list as a paragraph. So these are all te same now */
body {
        font-family: arial, helvetica, sans-serif;
        line-height: 1.2em;
        color: white;
	background: #202050;
	background-image: url("http://www.stanford.edu/~mbinu/icons/backrib.gif");
        margin-left: 40px;
        margin-right: 40px;
	text-align: justify;
	font-weight: 500;
}
dl,dd {
        font-family: arial, helvetica, sans-serif;
        line-height: 1.2em;
        color: #333333;
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
}
tt {
	font-family: monospace;
}
a:link {
        color: #6699ff;
        text-decoration: none;
}
a:visited {
        color: #6677ff;
        /*color: #990000;*/
        text-decoration: none;
}
a:active  {
        text-decoration: underline;
}
a:hover {
        text-decoration: underline;
}
td img {display: block;}

.boxheader {
    border-color: white;
    color: orange;	
    padding: 6px;
    background: #202040;
	border-style: solid;
border-width: thin;
}

