/* dkjdkfj */

.scheme           { color: brown; margin:4pt; }  
.scheme .keyword  { color: rgb(68,0,203); font-weight: bold; }
.scheme .builtin  { color: navy;   }
.scheme .variable { color: black;  }
.scheme .global   { color: purple; }
.scheme .selfeval { color: green;  }
.scheme .comment  { color: teal;   }

.sansa { font-family: arial, helvetica, sans-serif; }
a:link { color: #505167; text-decoration: none;  }

a:visited { color: #505167; text-decoration: none;  }
a:hover   { color: #505167; text-decoration: none; background-color: #b9badb; }
a:active  { color: #505167; text-decoration: none; background-color: #b9badb; }

#header { background-color: #a1a2ce; 
          color: black;
          border-style: solid;
          border-width: thin;
          border-color: black;
          padding: 15px;
        }

#header-table {table-layout: fixed; }

#header-text-td { width: 90%; }
#header-logo-td { width: 10%; }

#header-logo   {float: right; 
                text-align: center;  
                margin-bottom: 10px; 
                }
#header-image  {text-align: center; 
                display: inline;}
#header-links  {text-align: center; 
                margin-bottom: 15px;
	             }


#header-helper {clear: both;}

body {  margin-left: 5%;
        margin-right: 5%;
     }

BODY { background: url(TSDesignlogo.gif) white no-repeat bottom right fixed }