body {
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 60%;
    background-color: #e0e0e0;
}
a {
    text-decoration: none;
    color: #ffd419;
}
a img {
    height: 30px;
    border: 1px #ffff00 solid;
}

div.content {
    width: 750px;
    font-size: 1.0em;
    margin:10px auto;
    background: #5498d7 none;
    text-align: center;
    border: 1px ridge #ffff00;
}
div.content fieldset {
    border: none;
}
div.content fieldset legend {
    color: #fff;
    margin: 0 auto;
}

table.main {
    width: 750px;
    font-size: 1.0em;
    margin:10px auto;
    background: #5498d7 none;
    text-align: center;
    border: 1px ridge #ffff00;
}
table.main td {
    padding: 5px;
}
table.main td.narrow {
    padding: 0;
    width: 80px;
}
table.main td.widgets {
    padding: 5px;
}
table.main td.widgets a img {
    height: 90px;
}
table.main td.texts {
    text-align:left;
    padding: 5px;
}
h2 {
    font-size: 1.4em;
}

#skypeButton img {
    height: 20px;
    border: none;
}
