/* Style sheet for peaceful-portugal.com */

a:active {
    font-size: 11px;
    color:#996600;
    background-color:#ffffff;
    font-family: Verdana, Arial;
    text-decoration: none;
}

a:link {
    font-size: 12px;
    color:#996600;

    background-color:#ffffff; /* for unvisited links */
    font-family: Verdana, Arial;
    text-decoration: none;
}

a:visited {
    font-size: 12px;
    color:#996600;
    background-color:#ffffff; /* when the link has been visited */
    font-family: Verdana, Arial;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    color:#996600;
    font-weight: bold;
    background-color: #ffffff; /* when the mouse is over the link */
    font-family: Verdana, Arial;
    text-decoration: underline;
}



body {
    font-family: Verdana, 'MS Shell Dlg', arial; /* main body */
    margin-left: 5%; margin-right: 5%;
    font-size: 8px;	
    font-weight: bold;
    color:#000000;
}

h1 {
    font-family: Papyrus, Verdana, Arial;
    font-size: 16px;
    color:#996600;
}

h2{
    font-family: Papyrus, Verdana, Arial;
    font-size: 13px;
    color:#996600;

}

div.text{
    font-family: Trebuchet MS, Verdana, arial;
    font-size: 14px;
    color:#996600;
}


