/* Index style sheet for DKR by hypermultimedia.com 3/16/00 4/23/00 */
/* <style type="text/css"> */


body { 
 color: black;
 background: rgb(80%, 90%, 100%);
 font-size: 100%; 
 font-family: Arial, Helvetica, sans-serif;
 margin-left: 15%; 
 margin-right: 10%; 
}
body.figure {
 background: rgb(80%, 80%, 100%);
 margin-left: 10%; 
 margin-right: 10%;
}
span {
 font-size: 120%; 
 color: blue;
}
h1 {
 color: blue;
 margin-left: -8%; 
}
h1.sig {
 margin-left: 0%; 
 text-align:center;
 color: rgb(100%, 30%, 30%);
 font-weight:bold;
 font-style:italic;
}
h2 {
 color: blue;
 margin-left: -6%;
}
h2.fig {
 padding: 5px 5px 5px 5px;
 margin: 5px 0px 0px 0px;
 text-align:left;
 font-weight:normal;
 font-size:125%;
 text-decoration:none;
 color:blue;
}
A:hover {
 text-decoration: none;
 font-size: 150%; 
 background: rgb(60%, 70%, 90%);
 color: #03f; 
}
p { 
 color: black; background: transparent; 
}
p.blue2 {
 color: blue; font-size: 85%; 
}
p.dates {
 font-size: 70%; 
}
p.p1 {
 line-height:80%;
 text-align:left;
 font-weight:bold;
 font-style:italic;
 font-size:100%;
 color: rgb(100%, 30%, 30%);
 padding: 5px 0px 0px 5px;
}
p.p4 {
 padding: 10px 10px 10px 10px;
 width: 100%;
 text-align:center;
 font-size:112%;
 color:"#000000";
 font-style:italic;
 border-width: thin;
 border-style: solid;
 border-color: blue;
}
p.p5 {
 padding: 10px 10px 10px 10px;
 width: 100%;
 font-size:112%;
 color:"#000000";
 font-style:italic;
 border-width: thin;
 border-style: solid;
 border-color: blue;
}
div.button {
 float: left; 
 padding: 5px 5px 5px 5px;
}
div.title {
 margin: 5px 5% 0% 0%;
 padding: 5px 5px 5px 5px;
 width:100%;
 border-width: thin;
 border-style: solid;
 border-color: rgb(0%, 0%, 100%);
}
div.text {
 text-align:center;
 margin: 2% 0% 0% 0%;
 padding: 10px 10px 10px 10px;
 width:100%;
 border-width: thin;
 border-style: solid;
 border-color: rgb(0%, 0%, 0%);
}
#sigblock {
 background-color: "#00F";
 background-image: url("pics/cloudstil.jpg")
 
}
#topics {
 margin: 2% 0% 0% 0%;
 padding: 2% 0% 2% 2%;
 position: relative;
 float: left;
 border-width: thin;
 border-style: solid;
 border-color:  rgb(80%, 0%, 0%);
}
#dkr {
 margin: 2% 5% 2% 2%;
 padding: 5px 5px 5px 5px;
 width:100%;
 border-width: thick;
 border-style: solid;
 border-color: rgb(0%, 0%, 100%);
}
/* </style> */