
* {
	margin: 0;
	padding: 0;
}

body{
      color:white;
      font-family:Verdana,sans-serif;
      /* background-attachment:fixed;
      background-repeat: no-repeat; */
}

h2 {margin-top:20px;margin-bottom:20px;}
ul {margin-left:20px; list-style-type:square;}

 #bgcolor{
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
        padding: 10px;
        background-color: rgba(42,67,46,0.9);
        z-index: 200;
 }

 .bgheading{
	/* margin-left: 2%;margin-right: 2%; */
        padding:6px;
        background-color: rgba(42,67,46,1);
        z-index: 300;
        margin-bottom:10px;
 }

 .bgbox{
	/* margin-left: 2%;margin-right: 2%; */
        padding:6px;
        background-color: rgba(42,67,46,1);
        z-index: 300;
 }

 .padded{padding-left:20px;}
 .space{margin-left:20px;}

 .square{ 
   height: 10px;
   width: 5px;
   z-index: 400; 
   background-color: rgba(62,87,66,1);;
  }

 .bigskip{height: 60px;}
 .medskip{height: 40px;}
 .smedskip{height: 20px;}
 .smallskip{height: 10px;}
 .ssmallskip{height: 5px;}

.bgpicture {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
        overflow: hidden;
}

.fuss { 
  text-align:   right;
  font-size: 90%;
  margin-right: 10;
}

.paper {color:#cc9;}
.ti {color: #cc9;} 
.emph {color: #245789;}
.au {font-weight:normal;}
.lecture-emph {color: #cc0;}
.lecture {color: #cc9;}   /* #555555; */
.period {color: #cc0;}

.semph {
  font-size: 10pt;
  font-style: oblique;
  color: #cc0;
}

.reader {
  font-size: 10pt;
  font-style: oblique;
}

.title { color: #cc9; }

.address { color: white; }
a.address:link { color: white; }
a.address:visited { color: white; }
a.address:active { color: white; }
a.address:hover { color: #cc9; }

a{ text-decoration:none; }
a:link{color:#cc0;}
a:visited{color:#cc9;}
a:active{color:#ffc;}
a:hover{color:white;}
