﻿  /* Artist photo style on artist page*/
   
.textcontainer {
color:#000000;
border: 0px solid  ;
position: relative;
margin-right:auto;
left: 20px;
float:left;
margin-top: 10%;

}
   /* Artist text style and box on artist page*/

.container {
color:#000000;
border: 0px none ;
width: 210px;
position: relative;
margin-right:auto;
float:left;
font-size: 13px;
line-height: 1.4em;
padding: 3px;


}

/* Artist words and photo container on artist pages*/

.rightcolumn{
margin-left:10px;
}

/* Artist links on personal page */


.artistlist {
  text-decoration: none;
  color:#f6c805;
  margin-top:20px;
  font-size:16px;
  }
   

a.artistlist:visited {
   text-decoration:none;
   color:#f6c805;
   }
   
   a.artistlist:hover {
   text-decoration:none;
   color:#f6c805;
     font-size:19px;

   }

/* Artist links on personal page */

   a.website {

 text-decoration:none;
   color:#121361;
   font-size:10px;
   }
   
 a.website:hover {
  text-decoration:none;
   color:#121361;
   font-size:13px
   }
   
   a.website:visited {
    text-decoration:none;
   color:#121361;
   }
 
 
 
 
