/* CSS Document */

h1{
	font-size: 21pt;
    color: #000000;
    font-weight: bold;
	
}

h2 {
    font-size: 12pt;
    color: #006600;
    font-weight: bold;
}
h3{
	font-size: 9pt;
    color: #006600;
    font-weight: bold;
}
.puffin-price {
	font-size: 8pt;
    color: #660000;
    font-weight: bold;
}

BODY {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
}
TD, TABLE {font: 8pt Arial, Hevetica, Verdana Sans-serif; color: #000000;}
    a{
	text-decoration:none;
	font-weight: bold;
	color: #009900;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #009900;
}
.bold {
	font-size: 12pt;
    color: #000000;
    font-weight: bold;
}

table.basketAdded
{border-color:#990000;
border-width:medium;
}

