﻿h1 
{
    font-size: 18px;   
    margin: auto; 
}

h2
{
    font-size: 14px;
    font-weight: bold; 
}

p
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}

blockquote
{
    font-size: 12px;
    line-height: 20px;  
}

strong
{
    color: #e17009;    
}

.product_box {
    text-decoration: none;
}

.product_box_content {
    width: 600px;
    margin-top: 20px;
    margin-left: 40px;
}

.product_box_content:hover {
    border-style: dashed;
    border-color: #e17009;
    color: #e17009;
}

.product_box_title a {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    margin: 0 0 5px 0;
}

.product_box_pic {
    float: left;
    border: none;
    margin: 10px 10px 10px 10px;
}

.product_box_message {
    margin: 10px 10px 10px 10px; 
}
