
/*copyright 2004-2024 pgs-porn-links.com - do not use without permission*/


/*-----begin general style-----*/

body {	color: #000066;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#fff;}

h1 {padding-top:20px;}

/*-----styles for plain text-----*/

.maintxt {font-size:16px;}
.maintxtbold {font-size:16px;font-weight:bold;}
.medtxtbold {font-size:18px;font-weight:bold;}
.maintxtred {color:#FF0000;}
.mainredbold {color:#FF0000;font-weight:bold;}
.maintxtsmall {font-size:14px;font-weight:bold;}
.medredbold {font-size:20px;color:#FF0000;font-weight:bold;}
.pgheading {font-size:14px;color:#fff;font-weight:bold;}

/*white headings on red bkg*/
.heading {font-weight:bold;color:#fff;}
.headingmed {font-size:18px;font-weight:bold;color:#fff;}
.headingsmall {font-size:12px;font-weight:bold;color:#fff;}

/*-----style for dating section-----*/

.datingbig {font-size:16px;font-weight:bold;color:#ff0000;}
.dating {font-size:12px;font-weight:bold;color:#000;line-height:2;}
.dating a:link {color:#ff0000;}
.dating a:visited {color:#ff0000;}
.dating a:hover {color:#ff0000;}

/*-----styles for links-----*/

/*default links*/
a:link {text-decoration:none; color: #FF0000;}
a:visited {text-decoration:none; color: #FF0000;}
a:hover {text-decoration:underline; color: #FF0000;}

.boldlink {font-weight:bold;}
.friends {font-size:12px;font-weight:bold;line-height:2;}

/*white link on red bkg*/
.whitelink {font-size:20px;font-weight:bold;color:#fff;}

/*my links*/
.pervertedlinks {font-size:12px;font-weight:bold;line-height:2;}

/*-----style for all access page-----*/

.sitelisthead {font-size:13px;font-weight:bold;}
.sitelist {font-size:12px;}
.sitelistsmall {font-size:11px;}
.sitelinkred {font-size:14px;font-weight:bold;color:#FF0000;}

/*-----style for hi def page-----*/

.morehidef {font-weight:bold;}

/*-----style for free porn sites page-----*/

.freesites {font-size:12px;}

/*-----style for dollar porn page-----*/

.dollarlink {font-size:13px;font-weight:bold;}

/*-----common styles for bottom of pages-----*/
.disclaimer {font-size:12px;}
.copy {font-size:12px;font-weight:bold;}
.email {font-size:10px;font-weight:bold;}

/*----- begin css tabs----- */

ul#tabnav { /* general settings */
text-align: right; /* set to left, right or center */
margin: 1em 0 0em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #ff0000; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #ff0000; /* set selected tab background color as desired */
color: #ff0000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #ff0000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #000066; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #ff0000; /* set desired hover color */
color:#fff;
}

/* end css tabs */