﻿#questioncontainer
{
    height: 250px;
    font-family: 'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;
    width: 710px;
    float:right;
    overflow: hidden;
    margin-top: 30px;    
}

#questioncontainer h1
{
    font-family:'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 18px;
}

#questioncontainer h2
{
    font-family:'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 16px;
}

#questioncontainer p
{
    font-family: 'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 12px;
    line-height: 14px;
}