﻿a:link  {
	font-family : Verdana;
	font-size : 12px;
	color: #0002BF;
	text-decoration: none;
}
a:visited  {
    font-family : Verdana;
    font-size : 12px;
	color: #0002BF;
	text-decoration: none
}
a:hover   {
	font-family : Verdana;
	font-size : 12px;
	color: red;
	text-decoration: underline;
	
}
a:active   {
	font-family : Verdana;
	font-size : 12px;
	color: green;
	text-decoration: underline
}
H1 {
	color : Black;
	font-size : 200%;
	}

P {
	font-family : Verdana;
	font-size : 11px;
	color : Black;
	text-decoration : none;
	margin-top : 0	;
	margin-bottom : 0 ;
    margin-left : 5 ;
	}

ul {
	font-family : Verdana;
	font-size : 10px;
	color : Black;	
	list-style-image : url(http://www.quercy.net/images/bout.gif);
	}	

HR {
	height: 1px;
	color : grey;
}
BODY  {
scrollbar-face-color: #4682b4; 
font-size: 11px; 
scrollbar-highlight-color: #b0c4de;
scrollbar-shadow-color: #666699;
scrollbar-arrow-color: #ffebcd; 
font-family: Verdana;
scrollbar-base-color: black;
 }