/* prettyyoungmodels css */
@import url('http://www.prettyyoungmodels.com/glamourstyle.css');
/* table, td {
    outline: 1px solid black;
}
div {
    outline: 1px solid red;
} */
body {
    background: #F9EFEB;
    color: #6D6B40;
}
.header {
    height: 80px; /* use the height of the header rather than margin-bottom to give more space for logo */
}
img.mainlogo {
    margin-top: 7px;
}
a {
    background: transparent;
    color: #203069;
}
#mainPage a:visited, #links a:visited  {
    background: transparent;
    color: #8A4028;
}
#galleryList a.text:link, #galleryList a.text:visited {
    background: transparent;
    color: #6D6B40; /* text colour */
    text-decoration: none;
}
#galleryList a.text:hover {
    background: transparent;
    color: #203069; /* link colour */
    text-decoration: none;
}
/* Experimental - don't forget to delete */
