body{
	background-color:#534741;
	margin-left:20px;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#790026;
}

.txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#790026;
}

.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color:#790026;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#000000;
}

/*************** Tables *******************/
.cat{ /* Category title box */
	border: 1px;
	border-style:solid;
	border-color: #790026;
	font-size:small;
	font-weight: bold;
	color: #790026;
	background-color: #c7b299;
}
.thcomp{/* comparison listing - table header*/
	border: 1px;
	border-style:solid;
	border-color: #c7b299;
	border-collapse:collapse;
	background-color: #790026;
	font-size:smaller;
	font-weight: bold;
	color: #c7b299;
}
.comp{/* comparison listing - main content*/
	border: 1px;
	border-style:solid;
	border-color: #c7b299;
	border-collapse:collapse;
	
}
.comp2{/* comparison listing - smaller*/
	border: 1px;
	border-style:solid;
	border-color: #c7b299;
	border-collapse:collapse;
	font-size:smaller;
	
}

/*************** Links *******************/
a.nav:link{		/* Navigation */
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover{
	color: #c7b299;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
a.nav:active{
	color:#c7b299;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
a.nav:visited{
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
.nav{	/*lien desactive*/
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

a:link{ /* Main links */
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #790026;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	color:#790026;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.a1:link{ /* Pay sites links */
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.a1:hover{
	color: #790026;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.a1:active{
	color:#790026;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.a1:visited{
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.a2:link{		/* underlinw and smaller links (bookmarks...)*/
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	text-decoration: underline;
}
.a2:hover{
	color: #c7b299;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	text-decoration: underline;
}
.a2:active{
	color:#c7b299;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	text-decoration: underline;
}
.a2:visited{
	color:#790026;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	text-decoration:underline;
}

.a3:link{ /* reviews links */
	color:#c7b299;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.a3:hover{
	color: #c7b299;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	
}
.a3:active{
	color:#c7b299;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.a3:visited{
	color:#c7b299;
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.a4:link{ /* footer links */
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
}
.a4:hover{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
	
}
.a4:active{
	color:#000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
}
.a4:visited{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration: none;
}