/* 

$Id: style.css,v 1.2 2000/09/19 18:19:12 davidsm Exp $
Copyright (C) 2000 The Santa Cruz Operation, Inc.
This software code contains proprietary information
and should be treated as confidential.

CSS style sheet for standard webtop theme

*/

p, h1 {
 font-family: verdana, arial, helvetica, sans-serif;
}

p {
 font-size: 10pt;
 color: black;
}

p.links { 
 font-size: 8pt;
 margin-top: 10px;
}

p.date {
 font-size: 8pt;
 margin-top: 0px;
 color: gray;
}

p.hint {
 font-size: 8pt;
 margin-left: 30px;
}

h1 {
 font-size: 16pt;
 font-weight: normal;
 margin-top: 30px;
 margin-bottom: 5px;
 border-bottom: 1px solid #660099;
}

a:link { color: #660099; }
a:visited { color: #9966CC; }
a:active { color: #FF9933; }

div.logo {
 float: right;
 width: 85px;
}

tr.header th {
 border-bottom: 1px solid #ccccff;
 text-align: left;
}

tr.lineunder td { border-bottom: 1px solid #ccccff; }
tr.lineover td { border-top: 1px solid #ccccff; }

table.otherlinks td p { 
 margin-top: 3px;
 margin-bottom: 3px;
}

