/* Style sheet for annual conference pages */

a:hover {
  color: #FFA500;  /* orange */
}

:link {
  background: none transparent scroll repeat 0% 0%;
  color: #39c;
}

:active {
  background: none transparent scroll repeat 0% 0%;
  color: #9c6;
}

:visited {
  background: none transparent scroll repeat 0% 0%;
  color: #c3c;
}

body {
  background-color: #FFFFF7; 
  margin: 0px;

/* font information copied from font.css */
  font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, 
    Times Roman, Lucida Sans, Arial, sans-serif;

}

.subhead {
  color: #39c;
}

.inline-head {
  color: #39c;
  font-size: 120%;
  font-weight: bold;
}

.footnote {
  font-size: 70%;
}

div.navbar {
  background-color: #FDEFD1; 
/*  border-color: #FDEFD1;
  border-width: 2px;
  border-style: solid; */
  padding: 2; 
  margin: 10px, 0px, 10px, 0px;
  text-align: center;
}
 
div.content {
  width: 600px;
  margin: 20px;
}

div.colophon {
  background-color: #DAF8FE;
  margin: 10px, 0px, 0px, 0px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #0A8DA4;
  padding: 15px;
  
}



