
a:link.reserve, a:visited.reserve{
	color:black;
	background: #FFB673;
}

 
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffe0;
	scrollbar-base-color:#9ACD32;
	scrollbar-track-color:#ffffe0;
	scrollbar-arrow-color:#006400;
}
a:link, a:visited
{
	text-transform:capitalize;
	color: red;
	text-decoration: none;
}

a:hover, a:active
{
	color : red;
	text-decoration: underline;
}

p, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:maroon;
}
h1
{
	font-family: arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #030a56;
	text-decoration: none;
}	
h2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #030a56;
	text-decoration: none;
}
.cadre
{
	border:1px solid #FFEB6B;
	background-color:#84B6FF;
}