

.press
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	font-weight: lighter;
	color:#333333;
        text-align: left;
}

.bold
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt; 
	font-weight: bold;
	color:#333333;
}

.winestext
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	font-weight: lighter;
	color:#333333;
        text-align: left;
}

a:link
{
    text-decoration : none;
}
a:visited
{
    text-decoration : none;
}
a:active
{
    text-decoration : none;
}
a:hover
{
    text-decoration : underline;
}
