/* This style sheet features non-underlined links,  *//* which is accomplished using the text-decorations *//* specification                                    */A { text-decoration:none }/* the NormalAndBig class of link doesn't change weight when activated but changes size. */a:active.NormalAndBig {font-weight: normal; font-size: 20pt }/* the Big class of link bolds text when activated and changes size. */a:active.Big {font-size: 20pt }a:link       { color: #000000 }.quotation   { font-family: Trebuchet MS; font-size: 18pt }.quotation_author { font-family: Trebuchet MS; font-size: 10pt }a:visited    { color: #000000 }a:active     { color: #008000; font-weight: bold }body         { font-family: Arial, Helvetica; background-color: #FFFFFF); color:                #003333 }table{	table-border-color-light: rgb(102,204,204);	table-border-color-dark: rgb(0,102,102); }h1, h2, h3, h4, h5, h6{	font-family: Arial, Helvetica;}h1           { color: #000000 }h2           { color: #000000 }h3           { color: #000000 }h4           { color: #000000 }h5           { color: #000000 }h6           { color: #000000 }