body {
background-image: url("xxxxx.jpg");
}

/* Table Border Rulez */
table, th, td { 
border-collapse: collapse; 
border-color:#000000;
border-width:1px;
border-style:solid;
}

/* How links are handled on the site */
:link {color: black}
:visited {color: black}
:active {color: black}

/* Standard font for the entire site */
p {
color: black; 
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 12px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Standard font for heading-title */
.title {
color: black; 
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 50px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Standard font for heading-title */
.heading {
color: black; 
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 20px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Links for Modeling, Models, Amateurs, Misc., Etc. */
p.sites {
color: black; 
font-size: 10px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Misc color classes */
.blog {color: #333333;}
.pink {color: pink;}
.blue {color: blue;}
.red {color: red;}
.white {color: white;}
.gray {color: gray;}
.aqua {color: aqua;}
.black {color: black;}
.navy {color: navy;}
.green {color: green;}
.lime {color: lime;}
.maroon {color: maroon;}
.olive {color: olive;}
.purple {color: purple;}
.red {color: red;}
.silver {color: silver;}
.teal {color: teal;}
.yellow {color: yellow;}
.orange {color: orange;}