body
{
margin: 0px;
background-color: #ffbbff
}

a
{
text-decoration: none;
}

@font-face
{
font-family: Font1;
src: url(GLAMOURGIRL.TTF);
}

#top
{
width: 100%;
height: 60px;
background-color: #ff0088;
border-bottom: 10px solid #ff66ff
}

#top p
{
color: #fff;
font-family: 'Harlow Solid Italic';
margin: 0% 2%;
font-size: 55px;
}

table
{
width: 90%;
margin: 1% auto;
border-spacing: 35px;
}

table tr td
{
box-shadow: 2px 2px 2px #909090;
margin: 5px;
padding: 0px;
background-color: #ff66ff;
}

table img
{
width: 100%;
height: 200px;
}

table h1 /*TITLE CSS*/
{
font-family: 'Harlow Solid Italic';
font-size: 25px;
color: #fff;
margin: 0px;
text-align: center;
line-height: 35px;
}

table p /*CAPTION CSS*/
{
margin: 0px 10px 10px 10px;
font-family: Tahoma;
font-size: 15px;
}