<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p{ }
h1, h2, h3, h4{
    color: black;
    font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}
h1{ font-size: 1.7em; }
h2{ font-size: 1.5em; }
a{
	text-decoration: none;
}
a:link, a:visited {
    color:#800020;
}
a:hover {text-decoration: underline}
body{
    font-family: arial;
    font-weight: normal;
   line-height: 1.4em
    margin: 0;
    background: #fff;
}
body {
    background-color: #f5f5f5; /* Light neutral background */
     background-repeat: no-repeat, repeat;
    background-position: top left, bottom right;
    background-size: 150px, 50px;
    color: #333; /* Dark text for readability */
}

/* Randomness &amp; Graph-themed Texture */
.graph-texture {
     background-repeat: repeat;
    background-size: 200px;
    opacity: 0.05; /* Light, subtle texture */
}

/* Subtle Cornell Red borders or accents */
.accent {
    border: 2px solid #B31B1B;
    padding: 10px;
    color: #B31B1B;
}

#page{ margin: 50px  70px 0px 130px ; }

#logo{
	width: 500px;
	margin-top: 5px;
	display: inline-block;
}

#nav{
	width: 60%;
	display: inline-block;
	text-align: right;
	float: right;
}

#content{
	margin: 10px 0;
	background: white;
	padding: 20px;
	width:800px;
	line-height: 1.4em;
}
#photo{
	float: right;
  max-width:300px;
    max-height:300px;
    width: auto;
    height: auto;
  border: 0;
  margin-left: 30px;
}
}

ul {
margin-left: -1em;
}
li {
  padding-bottom: 20px;
}
#publications{margin: 10px 0;
	background: white;
	padding: 20px;
	width:700px;
	line-height: 1.5em;


}
#links{margin: 10px 0;
	background: white;
	padding: 20px;
	width:700px;
	line-height: 1.5em;
}
</pre></body></html>