@charset "UTF-8";
/* CSS Document */

#product {
font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

#product table {
width:100%;
margin:0;
padding:0;
}

#product H1 {
color:#003300;
font-size:16px;
font-weight:bold;
margin: 0;
padding:0;
float:left;
}

#product H2 {
font-size:12px;
margin: 0;
padding:0;
font-weight:bold;
}

#product H2 a:link {
text-decoration: none;



}

#product H2 a:hover {
color: #FF6600;text-decoration: underline;
}

#product td {
width:300px;
padding:5px;
}

#product a, #product a:visited {color:#003300;text-decoration: none;}
#product a:hover {color: #FF6600;text-decoration: underline;}
