// one line comment

/* for more than
one line comments
do this */

// #000000 Black
// #FFFFFF White
// #000099 Blue
// #666666 Gray
// #9900CC Purple light
// #660066 Purple dark
// #804000 Brown light
// #008000 Green

body       { margin: 0px}

p          { font-family: Times New Roman, Times, serif; font-size: 16px; color: #000099 }
.bold 	   { font-weight: bold  }
.italic    { font-style: italic  }
.black     { color: #000000  }
.brown     { color: #804000  }
.green     { color: #004000  }
.underline { text-decoration: underline  }
.title1    { font-family: Georgia, Times New Roman, Times, serif; font-size: 28px; color: #000099; font-style: italic }
.title2    {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	color: #000099;
	font-style: italic;
}
.language  { font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 9px; color: #000000 }
.copyright { font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 9px; color: #FFFFFF }
.purplelt  { color: #9900CC  }
.purpledk  { color: #660066  }

a          { font-family: Times New Roman, Times, serif; font-size: 16px }

a:link     { color: #9900CC }
a:hover    { color: #000099 }
a:active   { color: #000099 }
a:visited  { color: #000099 }

a.toc         { font-family: Times New Roman, Times, serif; font-size: 17px }

a.toc:link    { color: #9900CC; text-decoration: underline }
a.toc:hover   { color: #000099; text-decoration: underline }
a.toc:active  { color: #000099; text-decoration: underline }
a.toc:visited { color: #000099; text-decoration: underline }

// can't get a text decoration of 'none' to work because of issues with hover, active, visited

a.language  { font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 9px; color: #000000 }

a.language:link    { color: #9900CC; text-decoration: underline }
a.language:hover   { color: #000000; text-decoration: underline }
a.language:active  { color: #000000; text-decoration: underline }
a.language:visited { color: #000000; text-decoration: underline }

div        { font-family: Times New Roman, Times, serif; font-size: 16px; color: #000099 }
span       { font-family: Times New Roman, Times, serif; font-size: 16px; color: #000099 }
td         { font-family: Times New Roman, Times, serif; font-size: 16px; color: #000099 }
