
@import "/footer.css";

body {
   background: #ffffff;
   color: #000000;
}

body.quotes {
   background: #87d07a;
   background: #97e08a;
   color: #000000;
}

body.fullkorn {
   background: #97b08a;
   color: #000000;
}


/*  echo body_open("bgcolor=\"#67b05a\" text=\"#000000\" link=\"#0000ff\" alink=\"#ff0000\" vlink=\"#ff0000\"");*/

/* unvisited link */
a:link {
   color:#FF0000;
}

/* visited link */
a:visited {
   color:#AA0000;
}

/* mouse over link */
a:hover {
   color:#0000FF;
}

/* selected link */
a:active {
   color:#FF9999;
}

p.r {
   text-align: right;
}

img {
   border: 0;
}

img.r {
   text-align: right;
}

div.l {
   text-align: left;
}

div.c {
   text-align: center;
}

div.r {
   text-align: right;
}

div.large {
   font-size: large;
}

div.tut {
   font-family: courier new;
   font-size: 72pt;
   font-weight: bold;
   color: red;
}

div.reduce {
   width: 66%;
}

h1.c {
   text-align: center;
}

h1.fullkorn {
   text-align: right;
}

table.none {
   width: 80%;
}

table.outer {
   width: 80%;
   border-style: inset;
   border-width: 1px;
   border-color: #808080;
   background: #b0e0ff;
   padding-bottom: 10px;
/*   cellspacing: 15px; */
/*   cellpadding: 15px; */
}

table.quotes {
   border: 1px #808080 inset;
   width: 100%;
   background: #b0e0ff;
}

td.quote { 
/*   border: 2px red inset; */
   text-align: left;
   padding: 10px 15px 15px;
}

td.when {
/*   border: 2px red inset; */
   text-align: right;
   font-style: italic;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
}

td.info {
/*   border: 2px red inset; */
   text-align: right;
   font-style: italic;
   padding: 0;
   padding-right: 15px;
}

td.submit {
   width: 25%;
}

