body {
background-color: Black;
font: normal 11 Verdana, Tahoma, Arial;
color: MAROON;
}

A{
color: MAROON;
}
A:visited{
color: MAROON;
}
A:hover{
color: MAROON;
}

img{
border: none;
}

table {
font: normal 11px Verdana, Tahoma, Arial;
background-color: Black;
}

.pink_star_small{
background-image: url(images/pink_star_small.jpg);
background-repeat: no-repeat;
width: 24px;
height: 22px;
background-position: right;
}

.star{
background-image: url(images/star.jpg);
background-repeat: no-repeat;
width: 990px;
height: 180px;
background-position: bottom right;
}

.blue{
background-image: url(images/blue.jpg);
background-repeat: no-repeat;
width: 200px;
height: 28px
}


.pink{
background-image: url(images/pink_line.jpg);
background-repeat: no-repeat;
width: 760px;
height: 28px;
background-position: right;
}

.green{
background-image: url(images/green.jpg);
background-repeat: no-repeat;
width: 200px;
height: 28px
}

.gray{
background-image: url(images/gray.jpg);
background-repeat: no-repeat;
width: 200px;
height: 28px
}

.orange{
background-image: url(images/orange.jpg);
background-repeat: no-repeat;
width: 200px;
height: 28px
}

.pink_dot{
background-image: url(images/pink_dot.jpg);
background-repeat: repeat-x;
height: 2px
}