body {
	background-image: url('graphics/main/bg1.jpg');
	background-color: #000000;
	color: #ebebeb; 
	margin: 25px;
}
a:link {
	background-color: transparent;
	color: #6171c1;
	font-weight: bold
}
a:visited {
	background-color: transparent;
	color: #b00000;
	font-weight: bold; 
}
a:active {
	background-color: transparent;
	color: #ffffff;
}
a:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.icon:link IMG { /* small icon menu */
	border: 1px solid #6171c1;
	background: transparent;
}
a.icon:visited IMG { /* small icon menu */
	border: 1px solid #b00000;
	background: transparent;
}
a:hover img { /* Image opacity when rolled over */
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity:0.5;
}
a.rrr:link {
	background-color: transparent;
	color: #008000;
}
a.rrr:visited {
	background-color: transparent;
	color: #006400;
}
img { /* so no image links have border */
	border : none;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
}
h2 {
	font-size: 18pt;
}
hr {
	color: #C0C0C0;
}
.model { /* model images top of page romance-models-artists */
	border-color: #ffffff;
	border-width: 1px;
	border-style: dashed;
}
.colorbg { /* Header section for romance-models-fan-sites.htm */
	text-align: center;
    font-style: italic;
	color: #fdfc93;
	font-weight: bold;
	background-color: #6a90b4;
}
.title { /* Like credits for the other pages */
	text-align: center;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}
.mainleft { /* used on index for main image at top */
	float: left;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.widthl { /* menu size on romance-models-artists.htm */
	width: 57%;
}
.widthr { /* menu size on romance-models-artists.htm */
	width: 39%;
}
td.topr { /* used on sitemap.htm and linktous.htm */
	vertical-align: top;
	text-align: right;
}
td.midc { /* used on sitemap.htm */
	vertical-align: middle;
	text-align: center;
}
td.lefta { /* used on sitemap.htm */
	vertical-align: top;
	text-align: left;
}
td.tc { /* cover titles on sitemap.htm */
	vertical-align: top;
	text-align: center;
}
td.tc50 { /* doyouknow.htm */
	vertical-align: top;
	text-align: center;
	width: 50%;
}
.smalltext { /* Text at bottom of page */
	font-size: 10pt;
	text-align: center;
}
div.FanSitesL { /* on romance-model-fan-sites page */
	float: left;
	text-align: center;
    width: 45%
}
div.FanSitesR { /* on romance-model-fan-sites page */
	float: right;
	text-align: center;
    width: 45%
}
div.sitemap { /* on sitemap page */
	margin-top: 5px;
}
div.modelparent { /* on index page */
	margin-left: 130px;
    padding-left: 10px
}
div.top { /* for height of top image */
    min-height: 381px;
}
div.all { /* left and right sides of pages */
    background-color: #F6E8A7;
    background-image: url('graphics/main/bg2.jpg'); 
}
div.container {
	margin: 5px;
	background-color: #000000; 
	border-color: #5b0000;
	border-width: 1px;
	border-style: solid;
	background-image: url('graphics/main/bg3.jpg');
}
.clear {clear: left;
}
.clearr {clear: right;
}
.clearb {clear: both;
}