* {
	margin: 0;
	padding: 0;
}

body { /* I DELETED font: 100% Georgia, "Times New Roman", Times, serif; */
background: #ffffff;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-size: 10pt;
font-weight: 100;  /* no effect */
line-height: 15pt;
color: #333333;/* THIS IS MY BODY TEXT */
}

a {
text-decoration: none;
font-weight: 900;
color: #007dff;/* THIS IS MY LINK TEXT COLOR */
}

a:hover {
text-decoration: underline;
font-weight: 900;
color: #007dff;
}

#wrap {
margin: 20px auto;
width: 100%;
}


#header {
height: 110px;
background: none; /* blue=#0066cc, THIS COLOUR WAS GREEN. IT'S A DUMMY COLOUR ONLY */
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
}

.right {
background: none;
float: right;
width: 48%;
text-align: left;
border: 1px solid #cccccc; /* #d7cfc4 #cfc0af #887c64 #e4e2dc */
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}

.right h2 {
font-size: 16px;
font-weight: 100;
padding-top: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-right: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-bottom: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 0px; /* TOP RIGHT BOTTOM LEFT */
}

.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
background: none;
float: left;
width: 48%;
text-align: left;
border: 1px solid #cccccc; /* #d7cfc4 #cfc0af #887c64 #e4e2dc */
padding-top: 0px;
padding-left: 0%;
padding-right: 0px;
padding-bottom: 0px;
}

.left h2 {
font-size: 16px;
font-weight: 100;
padding-top: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-right: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-bottom: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 0px; /* TOP RIGHT BOTTOM LEFT */
}

.left h2 a {
text-decoration: none;
font-weight: 100;
}
.left h2 a:hover {

}




h1 { 
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding-top: 10px; /* TOP RIGHT BOTTOM LEFT */
padding-right: 80px; /* TOP RIGHT BOTTOM LEFT */
padding-bottom: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 80px; /* TOP RIGHT BOTTOM LEFT */
color: #000000;
text-align: center;
text-decoration: none;
font-weight: 900;
line-height: 22px;
letter-spacing: -2px;
margin-bottom: -15px;
position: relative;  /* Postion of absolute, fixed or relative must be used to make z-index work */
z-index: 1;   /* This positions something ON-TOP or UNDERNEATH, like a Layer. 1 is above 0 or -1 */
}

h1 a {
font-size: 22px;
font-weight: 900;
text-decoration: none;
color: #000000;/* THIS IS MY LINK TEXT COLOR */
}

h1 a:hover {
color: #000000;
text-decoration: none;
}

h2 {      /* *************************** h5 HAS TO BE THE SAME AS h1 *************************** */
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding-top: 10px; /* TOP RIGHT BOTTOM LEFT */
padding-right: 80px; /* TOP RIGHT BOTTOM LEFT */
padding-bottom: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 80px; /* TOP RIGHT BOTTOM LEFT */
color: #000000;
text-align: center;
text-decoration: none;
font-weight: 900;
line-height: 22px;
letter-spacing: -2px;
margin-bottom: -15px;
position: relative;  /* Postion of absolute, fixed or relative must be used to make z-index work */
z-index: 1;   /* This positions something ON-TOP or UNDERNEATH, like a Layer. 1 is above 0 or -1 */
}

h2 a {
font-size: 22px;
font-weight: 900;
text-decoration: none;
color: #000000;   /* THIS IS MY LINK TEXT COLOR */
}

h2 a:hover {
color: #000000;
text-decoration: none;
}

/*
h2 {
	color : 
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight : 900;
	letter-spacing: -0.4pt;
	line-height: 12pt;
	TEXT-DECORATION: none;
}

h2 a {
color: #696969;
font-size: 9pt;
font-weight: 900;
letter-spacing: -0.4pt;
text-decoration: none;
line-height: 12pt;
}

h2 a:hover {
color: #000000;
text-decoration: none;
}
*/



h3 {
font-family: Arial, Helvetica, sans-serif;
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-size: 18px;
font-weight: 900;
line-height: 28px;
color: #000000; /* PARAGRAPH HEADERS old color 4b6f6e  */
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
letter-spacing: -1.4px;
}


h4 { /* THIS IS THE MENU2 TEXT */
font-family: Arial, Helvetica, sans-serif;
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-size: 15px;
font-weight: 900;
line-height: 22px;
color: #000000; /* PARAGRAPH HEADERS old color 4b6f6e  */
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
letter-spacing: -0.75px;
}

h4 a {
text-decoration: none;
color: #000000;/* THIS IS MY LINK TEXT COLOR */
}

h4 a:hover {
color: #000000;
background: none;
text-decoration: none;
}


h5 {      /* *************************** h5 HAS TO BE THE SAME AS h1 *************************** */
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding-top: 10px; /* TOP RIGHT BOTTOM LEFT */
padding-right: 80px; /* TOP RIGHT BOTTOM LEFT */
padding-bottom: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 80px; /* TOP RIGHT BOTTOM LEFT */
color: #000000;
text-align: center;
text-decoration: none;
font-weight: 900;
line-height: 22px;
letter-spacing: -2px;
margin-bottom: -15px;
position: relative;  /* Postion of absolute, fixed or relative must be used to make z-index work */
z-index: 1;   /* This positions something ON-TOP or UNDERNEATH, like a Layer. 1 is above 0 or -1 */
}

h5 a {
font-size: 22px;
font-weight: 900;
text-decoration: none;
color: #000000;   /* THIS IS MY LINK TEXT COLOR */
}

h5 a:hover {
color: #000000;
text-decoration: none;
}





h6 {
font-family: Arial, Helvetica, sans-serif;
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-size: 12pt;
font-weight: 100;
line-height: 18px;
color: #696969;
padding: 0px 0px 0px 0px;
letter-spacing: 0px;
}

h6 a {
font-size: 12pt;
text-decoration: none;
color: #696969; /* 413326 THIS IS MY LINK TEXT COLOR */
}

h6 a:hover {
font-size: 12px;
color: #000000; /* GREEN */
background: none;
text-decoration: none;
}

h6 b {
text-decoration: none;
color: #cccccc; /* 413326 THIS IS MY LINK TEXT COLOR */
font-weight: 100;
}

h6 b:hover {
color: #cccccc; /* SAME */
background: none;
text-decoration: none;
font-weight: 100;
}




p {
font-family: Arial, Helvetica, sans-serif;
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-size: 15px;
font-weight: 100;
line-height: 22px;
letter-spacing: -0.2px;
padding-bottom: 13px;
color: #333333;/* THIS IS MY BODY TEXT */
}

p a {
text-decoration: none;
color: #007dff; /* was dd0000 */
font-weight: 100;
}

p a:hover {
color: #007dff; /* was 000000 */
background: none;
text-decoration: underline;
font-weight: 100;
}


.minilinks {   /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOT IN USE (YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*    float: center;   No effect    */
padding-top: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-right: 0; /* TOP RIGHT BOTTOM LEFT */
padding-bottom: 0px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 0; /* TOP RIGHT BOTTOM LEFT */
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color : #ffffff; /* #696969 , was #999999 #dd0000=red #007DFF =WWD Blue*/
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px; /* was 9pt */
	font-weight : 100;
	letter-spacing: -0.5pt;
	line-height: 13px;
	TEXT-DECORATION: none;

height: auto;
background: #696969;
border-top: 10px solid #696969;
border-left: 0px solid #ded8d1;
border-right: 0px solid #ded8d1;
border-bottom: 10px solid #696969;

margin-left: 0;
margin-right: 0;
width: 100%;
}

.minilinks b {
font-size: 10px; /* was 9pt */
font-weight : 100;
letter-spacing: -0.5pt;
line-height: 13px;
TEXT-DECORATION: none;
color: #ffffff;/* THIS IS MY LINK TEXT COLOR */
}

.minilinks b:hover {
font-size: 10px; /* was 9pt */
font-weight : 100;
letter-spacing: -0.5pt;
line-height: 13px;
TEXT-DECORATION: none;
color: #ffffff;/* THIS IS MY LINK TEXT COLOR */
}


.landingpagephotobox {
    display: block;
    margin-left: auto;
    margin-right: auto;
float: center;  /* I think there is no such command as Middle or Center */
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color : #007dff; /* #696969 , was #999999 #dd0000=red #007DFF =WWD Blue*/
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt; /* was 9pt */
	font-weight : 100;
	letter-spacing: -0.5pt;
	line-height: 15pt;
	TEXT-DECORATION: none;

height: auto;
background: #ffffff;
border-top: 0px solid #ded8d1;
border-left: 0px solid #ded8d1;
border-right: 0px solid #ded8d1;
border-bottom: 0px solid #ded8d1;
}

.landingpagephotobox a {
text-decoration: none;
color: #007dff;/* THIS IS MY LINK TEXT COLOR */
}

.landingpagephotobox a:hover {
color: #007dff;
background: none;
text-decoration: underline;
}



#singleproduct {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
padding-top: 0px;
padding-bottom: 30px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 15pt;
	TEXT-DECORATION: none;

height: auto;
background: #ffffff;
border-top: 0px solid #ded8d1;
border-left: 0px solid #ded8d1;
border-right: 0px solid #ded8d1;
border-bottom: 0px solid #ded8d1;
}

#singleproduct a {
text-decoration: none;
color: #007dff;/* THIS IS MY LINK TEXT COLOR */
}

#singleproduct a:hover {
color: #000000;
background: none;
text-decoration: none;
}


/* *************************************************************************************** */

/* *************************************************************************************** */




#paragraphbox {
font-family: Arial, Helvetica, sans-serif;
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
font-size: 15px;
font-weight: 100;
line-height: 22px;
letter-spacing: -0.2px;
color: green;  /* 333333 THIS IS MY BODY TEXT */
TEXT-DECORATION: none;
	
display: block;
    margin-left: auto;
    margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 13px;
width: 90%;
height: auto;
background: none;
border: 0px solid red;  /* was #ded8d1 */

align: center;
}

#paragraphbox a {
text-decoration: none;
color: #007dff; /* was dd0000 */
font-weight: 100;
}

#paragraphbox a:hover {
color: #007dff; /* was 000000 */
background: none;
text-decoration: underline;
font-weight: 100;
}

.photobox {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt; /* was 9pt */
	font-weight : 900;
	letter-spacing: -0.4pt;
	line-height: 12pt;
	TEXT-DECORATION: none;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
float: center;  /* I think there is no such command as Middle or Center */
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color : #696969; /* #696969 , was #999999 #dd0000=red #007DFF =WWD Blue*/
width: 100%;
height: auto;
background: none;
border-top: 0px solid #ded8d1;
border-left: 0px solid #ded8d1;
border-right: 0px solid #ded8d1;
border-bottom: 0px solid #ded8d1;
}

.photobox a {
color: #696969;/* THIS IS MY LINK TEXT COLOR */
font-size: 9pt;
font-weight: 900;
letter-spacing: -0.4pt;
text-decoration: none;
line-height: 12pt;
}

.photobox a:hover {
color: #000000;
text-decoration: none;
}




.lingeriephotobox {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt; /* was 9pt */
	font-weight : 100;
	letter-spacing: -1pt;
	line-height: 24pt;
	TEXT-DECORATION: none;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
float: center;  /* I think there is no such command as Middle or Center */
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color : #696969; /* #696969 , was #999999 #dd0000=red #007DFF =WWD Blue*/
width: 100%;
height: 100%;
background: none;
border-top: 0px solid #ded8d1;
border-left: 0px solid #ded8d1;
border-right: 0px solid #ded8d1;
border-bottom: 0px solid #ded8d1;
}

.lingeriephotobox a {
color: #696969;/* THIS IS MY LINK TEXT COLOR */
font-size: 12pt;
font-weight: 100;
letter-spacing: -1pt;
text-decoration: none;
line-height: 24pt;
}

.lingeriephotobox a:hover {
color: #000000;
text-decoration: none;
}



#landingpageicons {
width: 100%;
height: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt; /* xxxxxxxx */
font-weight : bold;
color: none; /* dd000=red */
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
line-height: 0px;
vertical-align: baseline;
text-transform: none;
float: none;
background-color: none;/* xxxxxxxxxxxxxxxx */
border-top: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 50px;
margin-top: 0px;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
}



#icons {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt; /* xxxxxxxx */
font-weight : 900;
color: #696969; /* 696969 , dd000=red */
text-align: center; /* was left - changed pc */
height: 120px;
line-height: 11pt;
letter-spacing: -0.5pt;
vertical-align: baseline;
text-transform: none;

width: 100%;
float: none;
background-color: none;/* xxxxxxxxxxxxxxxx */
border-top: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0px;
padding-right: 50px;
margin-top: -30px;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
}


#icons a {
text-decoration: none;
font-weight: 900;
font-size: 11pt;
color: #696969;
letter-spacing: -0.5pt;
background: none;
}

#icons a:hover {
color: #000000;
text-decoration: none;
}



#landingpagemenu { 
/* NEW */
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt; /* xxxxxxxx */
font-weight : 900;
color: #696969; /* 696969 , dd000=red */
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
height: 60px;
line-height: 11pt;
letter-spacing: -0.5pt;
vertical-align: baseline;
text-transform: none;
background: none;/* #cccccc */
border-top: 0px solid #ccc;
border-left: 0px solid #ccc;
border-right: 0px solid #ccc;
border-bottom: 0px solid #ccc;
padding-top: 0px;  /* This was 95px on  iconmenu ********************* it is 0px on this .COM  version only ************************** */
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: -35px;
}


#landingpagemenu a {
list-style-type: none;
padding-left: 0px;
padding-right: 0px;
text-decoration: none;
font-weight: 900;
font-size: 11pt;
color: #696969;
letter-spacing: -0.5pt;
background: none;
}

#landingpagemenu a:hover {
color: #000000;
text-decoration: none;
}



#space {
/*
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
text-align: left;
line-height: 21px;
*/
height: 30px;
background: none;/* KEEP THIS COLOUR. IT'S MY SPECIAL GREYISH BROWN */
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #cccccc;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
}

#bigspace {
/*
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
text-align: left;
line-height: 21px;
*/
height: 60px;
background: none;/* KEEP THIS COLOUR. IT'S MY SPECIAL GREYISH BROWN */
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #cccccc;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
}


#bar {
/*
font-family: Helvetica, Arial, sans-serif;
color: #ffffff;
text-align: left;
line-height: 21px;
*/
height: 4px;
background: #696969;/* 40% blue 0066cc */
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
padding-top: 0px solid #ffffff;
padding-left: 0px solid #ffffff;
padding-right: 0px solid #ffffff;
padding-bottom: 0px solid #ffffff;
}

#linegap {
/*
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
text-align: left;
line-height: 21px;
*/
height: 1px;
background: #80b3e6;/* 40% blue 0066cc */
border-top: 0px solid #ffffff;
border-left: 25px solid #ffffff;
border-right: 25px solid #ffffff;
border-bottom: 0px solid #ffffff;
padding-top: 10px solid #ffffff;
padding-left: 0px solid #ffffff;
padding-right: 0px solid #ffffff;
padding-bottom: 10px solid #ffffff;
}

#content {
align: center;

background: none;/* #e4e2dc KEEP THIS COLOUR. IT'S 20% OF MY SPECIAL GREYISH BROWN */
padding-top: 20px; /* TOP RIGHT BOTTOM LEFT */
padding-right: 20px; /* TOP RIGHT BOTTOM LEFT */
padding-bottom: 20px; /* TOP RIGHT BOTTOM LEFT */
padding-left: 20px; /* TOP RIGHT BOTTOM LEFT */
border-top: 0px solid #ffffcc;
border-left: 0px solid #ffffcc;
border-right: 0px solid #ffffcc;
border-bottom: 0px solid #ffffcc;

font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
}


#footer {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 10px;
font-weight: 100;
line-height: 18px;
letter-spacing: 0px;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 20px;
padding-right: 20px;
color: #333333;
border-top: 0px; 
word-spacing: 1px;
}

#footer a { 
color: #696969; 
font-weight: 900;
}

#footer a:hover {
color: #FF0000; /* #FF0000 = Red */
font-weight: 900;
text-decoration: none;
}

#footer b { 
color: #000000; 
font-weight: 900;
}


/* from Lady Sonia CSS */



#gallery-box-left {  /* USED FOR THE LEFT IMAGE ONLY */
float: left;
width: 350px;
height: 330px;
margin-bottom: 25px;
margin-right: 25px;
padding: 15px;
background: #000000;  /*    url(../image-files/lady-sonia-.gif) repeat-y  ,     background-lines.gif ,  free-lady-sonia-.jpg   */

border: 1px solid #999999;
}

#gallery-box-left p {
color: #e1e1e1; 
font-family: Georgia, Times, "Times New Roman", serif;
text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
}

#gallery-box-left p a { 
color: #ffff00; 
text-decoration: none;
}

#gallery-box-left p a:hover { 
color: #ffff00; 
text-decoration: underline;
}

#gallery-box-left p a:visited { 
color: #ffff00;   /* aca1ef = 50% purple (old 614ce0) 5942de THIS IS MY "Visited" TEXT COLOR */
text-decoration: none;
}

#gallery-box-left p a:visited:hover { 
color: #ffff00;   /* 614ce0  THIS IS MY "Visited" TEXT COLOR */
text-decoration: underline;
}




#gallery-box-middle {  /* USED FOR THE MIDDLE IMAGE ONLY */
float: left;
width: 350px;
height: 330px;
margin-bottom: 25px;
margin-right: 25px;
padding: 15px;
background: #000000;  /*    url(../image-files/lady-sonia-.gif) repeat-y  ,     background-lines.gif ,  free-lady-sonia-.jpg   */

border: 1px solid #999999;
}

#gallery-box-middle p {
color: #e1e1e1; 
font-family: Georgia, Times, "Times New Roman", serif;
text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
}

#gallery-box-middle p a { 
color: #ffff00; 
text-decoration: none;
}

#gallery-box-middle p a:hover { 
color: #ffff00; 
text-decoration: underline;
}

#gallery-box-middle p a:visited { 
color: #ffff00;   /* aca1ef = 50% purple (old 614ce0) 5942de THIS IS MY "Visited" TEXT COLOR */
text-decoration: none;
}

#gallery-box-middle p a:visited:hover { 
color: #ffff00;   /* 614ce0  THIS IS MY "Visited" TEXT COLOR */
text-decoration: underline;
}



#gallery-box-right {  /* USED FOR THE RIGHT IMAGE ONLY */
float: right;
width: 350px;
height: 330px;
margin-bottom: 25px;
margin-right: 25px;
padding: 15px;
background: #000000;  /*    url(../image-files/lady-sonia-.gif) repeat-y  ,     background-lines.gif ,  free-lady-sonia-.jpg   */

border: 1px solid #999999;
}

#gallery-box-right p {
color: #e1e1e1; 
font-family: Georgia, Times, "Times New Roman", serif;
text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0px;
}

#gallery-box-right p a { 
color: #ffff00; 
text-decoration: none;
}

#gallery-box-right p a:hover { 
color: #ffff00; 
text-decoration: underline;
}

#gallery-box-right p a:visited { 
color: #ffff00;   /* aca1ef = 50% purple (old 614ce0) 5942de THIS IS MY "Visited" TEXT COLOR */
text-decoration: none;
}

#gallery-box-right p a:visited:hover { 
color: #ffff00;   /* 614ce0  THIS IS MY "Visited" TEXT COLOR */
text-decoration: underline;
}

