/* 
    Document   : babyNames
    Created on : Mar 30, 2013, 2:06:34 PM
    Author     : BRBA
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.babyNamesMenu{
    margin-top:10px;
}
.babyNamesMenu a{
    text-decoration: none;
    color:#AF7817;
    font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
.babyNamesMenu a:hover{
    text-decoration: underline;
}
#sendBabyName{
    border: 1px solid gray;
    border-radius:10px;
    margin-top:10px;
    margin-bottom:10px;
    padding: 10px 0;
}
#boldText{
    font-weight: bold;
}
#babyNameDetails{
    margin-top: 10px;
}
#babyNameDetails td{
    width: 20em;
    border: 0px solid red;
}

