/* CSS Document */
.bodytext {
  font: 14px Arial, Helvetica, sans-serif;
}
.button {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:700;
  font-size:20px;
  color:#FFFFFF;  
  text-align:center;
}
a.button:link  
{ 
 text-decoration:none; 
 color:white; 
} 

a.button:visited  
{ 
 text-decoration:none; 
 color:white; 
} 

a.button:active  
{ 
 text-decoration:none; 
 color:red; 
} 

a.button:hover  
{ 
 text-decoration:none; 
 color:red; 
}

.button2 {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:600;
  font-size:18px;
  color:#FFFFFF;  
}
a.button2:link  
{ 
 text-decoration:none; 
 color:black; 
} 

a.button2:visited  
{ 
 text-decoration:none; 
 color:black; 
} 

a.button2:active  
{ 
 text-decoration:none; 
 color:red; 
} 

a.button2:hover  
{ 
 text-decoration:none; 
 color:red; 
} 


.plprice { 
font-family:Verdana;
font-size:Small;
font-weight:Normal;
text-align:center;
}
.plproduct { 
font-family:Verdana;
font-size:Small;
font-weight:Normal;
}
.plgender {
font-family:Verdana;
font-size:Small;
font-weight:bold;
}
.plhead { 
font-family:Verdana;
font-size:Small;
font-weight:Normal;
text-align:center;
}