h1.sitetitle {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 36pt;

color: rgb(180,180,180);
letter-spacing: 0.1em;
}

h1.alaskatitle {
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 15pt;

color: rgb(70,245,245);
letter-spacing: 0.0em;
}

a.alaskatitle {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 15pt;

color: rgb(70,245,245);
letter-spacing: 0.0em;
}

h3.category {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14pt;
line-height: 1.3;

color: rgb(127,127,127);
}

body.intro {
font-family: Times New Roman, Times, serif;
font-weight: normal;
font-size: 12pt;
line-height: 1.2;

color: white;
background-color: black;
}

p.friendly { font: 12pt/15pt Comic Sans MS, Garamond, Palatino, serif; }
p.friendlyhead { font: bold 18pt/24pt Comic Sans MS, Garamond, Palatino, serif; letter-spacing: 0.1em; }
p.corporate { font: bold 12pt Courier New, Courier, Typewriter, monospace; }
p.corporatehead { font: bold 18pt/24pt Courier New, Courier, Typewriter, monospace; letter-spacing: 0.1em; }
p.verdant { font: 12pt/15pt Comic Sans MS, Garamond, Palatino, serif; color: rgb(25,100,25)}
span.friendly { font: 12pt/15pt Comic Sans MS, Garamond, Palatino, serif; }


a.white { color: FFFFFF; }
a.midgrey { color: rgb(127,127,127) }
a.midwhite { color: rgb(180,180,180) }
a.black { color: 000000; }

P.std {
font-family: times new roman, times, serif;
  /* generics: serif, sans-serif, monospace */
font-style: normal;
  /* normal, itralic */
font-weight: normal;
  /* normal, bold, bolder, lighter */
font-size: small;
  /* values: absolute-size | relative-size (larger, smaller) | 
     length | percentage */

color: rgb(255,0,0);
  /* df1f1f, red, etc. */
background-color: rgb(0,0,0);
background-image: url(whatever.gif);
background-repeat: repeat;
  /* repeat, repeat-x, repeat-y, no-repeat */
background-attachment: scroll;
  /* scroll, fixed */
background-position: 0% 0%;
  /* x, y, or top right, etc */

letter-spacing: 0.1em;
  /* addition to letter-spacing */
text-decoration: none;
  /* none | underline | overline | line-through */
text-indent: 0;
  /* 3em, percentage */
line-height: 1.2;
  /* normal | number (ratio, multiplied by font size), point size */

border-width: medium medium medium medium;
  /* top, right, bottom, left */
border-color: red;
border-style: solid;
  /* none, solid, double, groove, ridge, inset, outset */
border-top: medium solid red;
  /* border-whatever: width, style, color */
border: medium solid red;
  /* all four sides */



}