

body   {
   background-image: URL(lrock002.jpg);
   background-color: #ffffff;
   color: #4F009D;
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
}

p   {
   font-family: Arial, Tahoma, sans-serif;
   color: #4F009D;
}

h1   {
   font-family: Arial, Tahoma, sans-serif;
   color: #380474;
   font-size: 200%;
   text-align: center;
}

h2   {
   font-family: Arial, Tahoma, sans-serif;
   color: #5959AB;
   font-size: 115%;
}

h3   {
   font-family: Arial, Tahoma, sans-serif;
   color: #5959AB;
   font-size: 110%;
}

.red {
   color: #EE2C2C;
   font-weight: bold;
   font-style: italic;
   font-size: 105%;
}

.underline {
   text-decoration: underline;
}

 
a:link   {
   color: #EE8833;
   font-weight: bold;
}

a:visited   {
   color: #603311;
   text-decoration: none;
   font-weight: bold;
}

a:hover   {
   background-color: #FFA54F;	
   text-decoration: none;
}

a:active   {
   color: #FF7D40;
}

#foot {
   font-size: 80%;
   font-style: italic;
}

#nav {
   font-size: 110%;
   font-style: italic;
}

