
//document.write('css');
document.write('<style type="text/css"> ');

document.write('    body {background:url()}');
document.write('    body {background:white}');

document.write('    .center {text-align:center}');

document.write('    a:link     {color:blue}');
document.write('    a:visited  {color:blue}');
document.write('    a:active   {color:red}');
document.write('    a:hover    {color:blue; font-weight:normal;text-decoration:underline;}');

document.write('    b {color:black}');

document.write('    .nounder          {text-decoration:none}');
document.write('    .nounder:link     {color:black}');
document.write('    .nounder:visited  {color:black}');
document.write('    .nounder:active   {color:red}');
document.write('    .nounder:hover    {color:black;font-weight:normal;text-decoration:none}');


// SITE MAP
document.write('    .covenant         {text-decoration:none}');
document.write('    .covenant:link    {color:burlywood;text-decoration:none}');
document.write('    .covenant:visited {color:burlywood;text-decoration:none}');
document.write('    .covenant:active  {color:red;text-decoration:underline}');
document.write('    .covenant:hover   {color:lightsalmon; font-weight:normal;text-decoration:underline;}');

document.write('    .laurie          {text-decoration:none}');
document.write('    .laurie:link     {color:violet}');
document.write('    .laurie:visited  {color:violet}');
document.write('    .laurie:active   {color:red}');
document.write('    .laurie:hover    {color:Mediumvioletred;font-weight:normal;text-decoration:underline;}');

document.write('    .steve           {text-decoration:none}');
document.write('    .steve:link	     {color:lightseagreen}');
document.write('    .steve:visited   {color:lightseagreen}');
document.write('    .steve:active    {color:red}');
document.write('    .steve:hover     {color:seagreen;font-weight:normal;text-decoration:underline;}');

document.write('    .michael         {text-decoration:none}');
document.write('    .michael:link    {color:dodgerblue}');
document.write('    .michael:visited {color:dodgerblue}');
document.write('    .michael:active  {color:red}');
document.write('    .michael:hover   {color:Mediumblue;font-weight:normal;text-decoration:underline;}');

document.write('    .special         {text-decoration:none}');
document.write('    .special:link    {color:tomato}');
document.write('    .special:visited {color:tomato}');
document.write('    .special:active  {color:red}');
document.write('    .special:hover   {color:indianred;font-weight:normal;text-decoration:underline;}');


// AMPLIFIED VERSION, FREE SPIRIT BAND
document.write('    .album            {text-decoration:none;font-style: italic;}');
//document.write('    .album:link       {color:Cornflowerblue}');
//document.write('    .album:visited    {color:Cornflowerblue}');
document.write('    .album:link       {color:black}');
document.write('    .album:visited    {color:black}');
document.write('    .album:active     {color:red}');
//document.write('    .album:hover      {color:Lightseagreen;font-weight:normal}');
document.write('    .album:hover      {color:Cornflowerblue;font-weight:normal}');

document.write('    .song             {text-decoration:none}');
//document.write('    .song:link        {color:Mediumseagreen}');
//document.write('    .song:visited     {color:Mediumseagreen}');
document.write('    .song:link        {color:black}');
document.write('    .song:visited     {color:black}');
document.write('    .song:active      {color:red}');
//document.write('    .song:hover       {color:Palegreen;font-weight:normal}');
document.write('    .song:hover       {color:Mediumseagreen;font-weight:normal}');

document.write('    .other             {text-decoration:none}');
document.write('    .other:link        {color:black}');
document.write('    .other:visited     {color:black}');
document.write('    .other:active      {color:red}');
document.write('    .other:hover     {color:chocolate;font-weight:normal}');

document.write('    .artist           {text-decoration:none}');
document.write('    .artist:link      {color:salmon}');
document.write('    .artist:visited   {color:salmon}');
document.write('    .artist:active    {color:red}');
document.write('    .artist:hover       {color:Mediumvioletred;font-weight:normal}');

document.write('</style>');

