﻿body
{
    font-family: Tahoma;
    font-size: 14px;
    letter-spacing:1pt;
    
}

table
{
    left: 25px;
    position: relative;
}



.prodLine
{
    font-family: Angelina;
    font-size: 24px;
    letter-spacing:2pt;
}

a.gold
{
    text-decoration: none;
    color: #FFFF00;
}

.left
{
    text-align: left;
} 
.right
{
    text-align: right;
}

.leftProduct
{
    padding: 10px;
    text-align: left;
    background-color: #FEFEFE;
}

a.product
{
    color: #0033CC;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.product2
{
    font-weight: bold;
    }
    
.productPic
{
    border-style: none;
    padding: 10px 10px 0px 0px;
    float: left;
}

.img
{
    border-style: none;
}

a.menu

{
 color:white;
	}
	
a.menu:hover

{
 background-color:Yellow;
 color:black;
	}	
	
a.current
{
 background-color:Black;
 color:white;
	}