body
{
    font-family : "Arial";
    text-align : center;
    vertical-align : middle;
    margin-top : 150px;
    background-color : white;
}

table
{
    border : 2px solid white;
    border-collapse : collapse;
    margin-left : auto;
    margin-right : auto;
}

tr
{
    border : 2px solid white;
    border-collapse : collapse;
}

td.name
{
    border : 2px solid white;
    border-collapse : collapse;
    background-color : white;
}

td.feature
{
    border : 2px solid white;
    border-collapse : collapse;

    width : 200px;
    padding : 50px;
    background-color : #006600;

    text-align : center;
    vertical-align : center;

    font-family : "Arial";
    font-size : 24px;
    font-style : bold;
}

a
{
    text-decoration : none;
}

a:link /* unvisited link */
{
    color : white;
}

a:visited /* visited link */
{
    color : #CC6600;
}

a:hover /* mouse over link */
{
    color : #CC0000;
}

a:active /* selected link */
{
    color : #CCCC00;
}
