body {
    background-color: #000;
    text-color: #000;
    font-family: Verdana, Sans;
}

table {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 20px;
    width: 90%;
    margin-left: 30px;
}

table.np {
    padding: 0;
    border-spacing: 20px;
    /*border: 1px black solid;*/
	margin-left: 5%; 
	margin-right: 5%;
}

td.aqualung {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
    text-align: center;
}

blockquote {
    background: #FFF;
    color: black;
    margin: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

blockquote h1, h2, ul {
    margin-left: 30px;
}

li a:link, li a:visited, a:link, a:visited {
    color: #FF1493;
    text-decoration: none;  
    border: 0;
}

li a:hover, a:hover {
    color: #FF1493;
    text-decoration: underline;
    border: 0;
}

div.m_button a:visited {
	border: 0;
    color: #FFF;
}

p.text {
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

p.text_right_margin {
    margin-right: 30px;
    text-align: right;
}

.rounded:before {
    background: transparent url(pb-top-right.png) scroll no-repeat top right;
    margin-bottom: -20px;
    height: 30px;
    display: block;
    border: none;
    content: url(pb-top-left.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
}

.rounded:after {
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content:  url(pb-bottom-left.png);
    margin: 0 0 -1px 0;
    height: 30px;
    background: white;
    background: transparent url(pb-bottom-right.png) scroll no-repeat bottom right ;
    padding: 0;
}

p.back a:link, p.back a:hover, p.back a:active { 
    color: #FF1493;
    /*text-decoration: underline; */
    border: 0;
}

p.back a, p.back a:visited { 
    color: #FF1493;
    border: 0;
}

p.np a:link, p.np a:hover, p.np a:active { 
    color: #FF1493;
    /*text-decoration: underline; */
    border: 0;
}

p.np a, p.np a:visited { 
    color: #FF1493;
    border: 0;
}

td.items {
	font-size: 12px;
    /*font-family: monospace;*/
	vertical-align: middle;
}

p.back {
    text-align: left ;
    margin-left: -20px;
}

p.np {
    text-align: right ;
    margin-right: -20px;
}

p.npi {
    color: #BBB;
    text-align: right ;
    /*margin-right: -20px;*/
}

div.frame img {
    border: 1px black solid;
}

div.noframe img {
    border: 0px;
}

div.contact img {
    float: right;
    margin-right: 5%;
}

