/*--------------------------------------------------------
                  CORE STYLES - GLOBAL
----------------------------------------------------------*/

BODY {
	/*-------------------------------- scrollbar shit*/
	scrollbar-face-color: F210BC;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
	/*-------------------------------- core style*/
	color: #000000;
	background: url("http://feversfavourites.com/images/backw.jpg");
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
	/*-------------------------------- headings */
H1 {
	font-size: 200%;
	text-align: center;
}
H2 {
	font-size: 150%;
	text-align: center;
}
H3 {
	/* used for PAY SITES/FREE SITES headers*/
	font-size: 130%;
	text-align: left;
	color: #F210BC;
	margin: 5px 0px 5px 10px;
}
H4 {
	font-size: 125%;
	text-align: center;
}
H5 {
	/* used for BACK TO TOP headers*/
	font-size: 100%;
	text-align: left;
	margin: 5px 0px 5px 10px;
}
/* INDEX & DETAILED LAYOUTS - CSS AS FORMAT **AND** LAYOUT 
hash instead of period means it is called as <DIV id= (not class). It also menas it is a UNIQUE element!*/
#container {
	width: 790px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.header {
	padding: 10px 0 10px 0;
	text-align: center;
}
#colleft {
	float: left;
	width: 163px;
}
#colright {
	float: right;
	width: 620px;
	padding: 0px;
}
.colhead {
	/* duplicated form TH definition.  Since we aren't using tables, need something to produce the pretty pink!*/
	padding: 2px 0px 0px 0px; /*make pink bars a bit thicker*/
	spacing: 0px;
	background: #F210BC;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}
.colcontent { /* alittle something to simulate separate tables and hold the content of each separate section*/
	padding: 10px 0 10px 0;
	margin-bottom: 5px;
      text-align: center;
	border: 2px solid black;
}
.leftcolcontent { /* alittle something to simulate separate tables and hold the content of each separate section*/
	padding: 5px 0 5px 2px;
	margin-bottom: 5px;
	border: 2px solid black;
	text-align: left;
}
	/*-------------------------------- tables */
table {
	border: 2px solid #000000;
	border-collapse: collapse;
	/* these are the sponsor/menu/link trade tables at top of page */
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.mta {
	width: 600px;
      border: 0;
	border-collapse: collapse;
}
table.wide {
/*	border: 2px solid #000000;
	border-collapse: collapse;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #000000;
*/
	width : 790px;

}
th {
	/* th = table header...applies to cells.  use in place of TD.  generates white/pink headers*/
	padding: 0px 0px 0px 0px;
	spacing: 0px;
	background: #F210BC;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
td.pad {
	padding: 10px 0 10px 0;
}
td.lpad {
	padding: 10px 0 10px 2;
	text-align: left;
}
	/*--------------------------------link behaviour*/
a:link {
	text-decoration: none; 
	color:#006600;
}
a:active {
	text-decoration: none; 
	color:#000000
}
a:visited {
	text-decoration: none; 
	color:#660066;
}
a:hover {
	text-decoration: underline; 
	color:#F210BC;
}
/*--------------------------------------------------------
                  SPECIFIC STYLES
----------------------------------------------------------*/
.mta {
	width: 33%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.mta1 {
	width: 95%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	border-collapse: collapse;
      border: 0;
}
.dtnav {
	font-size: 120%;
	font-weight: bolder;
}
.l-trade {
	font-size: 75%;
	font-weight: bolder;
}
.dmen {
	font-size: 80%;
}
.links {
/* PAY AND FREE SITE LINKS */
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-size: 70%;
	font-weight: 400;
}
a.links {
	font-size: 100%;
	font-weight: 900;
}
.mi {
/* more info links*/
	font-size: 75%;
	font-weight: 300;
	padding: 0px 0px 0px 5px;
}
p.links {
	font-size: 115%;
	font-weight: 400;
	margin: 0px 0px 5px 5px;
}
.mmf {
	padding: 10px 0px 10px 0px;
	font-size: 115%;
	font-weight: 550;
}
.mmcat {
	padding: 10px 0px 10px 0px;
	font-size: 100%;
	font-weight: bold;
}
.oneliner {
	text-align: center;
	font-size: 90%;
	display: block;
}
.menu {
	font-size: 90%;
	font-weight: bolder;
	line-height: 1.5em;
}
a.menu {
	font-weight: bolder;
	padding: 5px 0 5px 0;
}
p.left {
	text-align: left;
	font-size: 90;
	padding: 0 0 0 15px;
}

