/* general husk css */

body      { font: 80% Geneva, MS Sans Serif, Helvetica, Arial, sans-serif; }

h1        { font: bold 180% Helvetica, Arial, sans-serif; }
h2        { font: bold 140% Helvetica, Arial, sans-serif; }
h3        { font: bold 120% Helvetica, Arial, sans-serif; }
h4        { font: bold 100% Helvetica, Arial, sans-serif; }
h5        { font: bold 90% Helvetica, Arial, sans-serif; }
h6        { font: bold 80% Geneva, MS Sans Serif, Helvetica, Arial, sans-serif; }

table     { font-size: 100%; } /* ie5 win workaround, sigh */

p,td,li   { font: 100% Geneva, MS Sans Serif, Helvetica, Arial, sans-serif; }
dt,dd     { font: 100% Geneva, MS Sans Serif, Helvetica, Arial, sans-serif; }
pre       { font: 100% Monaco, ProFont, Courier, monospace; }
tt        { font: 100% Monaco, ProFont, Courier, monospace; }

a         { text-decoration: none; }
a:link    { color: #6666FF; }
a:visited { color: #999999; }
a:hover   { color: #0000FF; text-decoration: underline; }
a:active  { color: #0000FF; }

li		  { list-style-type:none; list-style-position: outside; 
			list-style-image: url(/@/li.gif);  }
ul		  { margin-left: 0px; padding-left: 12px; }

/* form stuff; urgh */

input {
  font-family: verdana, geneva, helvetica, arial, sans-serif; 
  font-size: 100%;
  border:solid #999999 1px;
}

input.box {
  border: 0px;
}

.submit   { color: #999999; }

/* applescript */
.c        { color:#FF4A4A } /* commands */
.i        { color:#000000 } /* identifiers */
.v        { color:#528C18 } /* variables */
.z        { color:#CCCCCC } /* comments */
.n        { color:#3131FF } /* names */
