* {
    margin: 0;
    padding: 0;
    font-family: Century Gothic;
    font-size: 12px;
    color: #666;
}
body {
    background: none; 
    background-color: #fff;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #58A8B3;
}
.thislink {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.main {
    text-align: left;
    border: 1px dotted #000;
}
.page {
    background: none;
    padding-top: 100px;
    width: 767px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.head {
    width: 750px;
    height: 100px;
    border-bottom: 1px dotted #000;
    background: url("images/imagemoments_head.png");
    text-align: right;
    padding-right: 15px;
}
.menutable {
    margin-left: auto;
    margin-right: 0px;
}
.pagelink {
    text-align: center;
    padding-right: 3px;
}
.title {
    color: #58A8B3;
    font-size: 14;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 15px;
}
.content {
    width: 740;
    height: 375;
    padding-left: 15px;
    background-color: #fff;
}
.iframe {
    margin: 15px;
    width: 550px;
    height: 300px;
    border: 1px solid #58A8B3;
}
.links {
    margin-top: 27px;
    margin-left: 33px;
    text-align: right;
}
.subtitle {
    font-size: 10px;
}