/* Style sheet for Beaugarie site */
body  {
	color: #161616;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : none;
	/* The following 2 definitions were changed after compressing the feathered JPEG's because the surrounding colour changed to the values below -- minor, but show up on 'tired' monitors and ay angles on flat screens
	background-color : #FEFDB8;
	background:  #FEFDB8;
 */
	background-color : #FdFcB9;
	background: #FdFcB9; 
}

.subscript {
	font-size: 9px;
	margin-left: 10px;
	color: #0507F3;
}
.superscript {
	font-size: 9px;
	vertical-align: super;
	color: Red;
	
}


h2 {
	color: Black;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
}

P, BLOCKQUOTE{
	font-size: 12px;
	margin-left: 15px;
	margin-top: 15px;
	line-height: 25px;
}
UL, OL, LI {
	font-size: 12px;
	margin-left: 25px;
	line-height: 25px;
	}

table {
	font-size: 12px;
}



.highlight {
	font-weight: bolder;
}

.menuitem {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* As above
	background-color: #FEFDB8;
	*/
	background-color : #FdFcB9;
	color: #090808;		
}
A {
	text-decoration: none;
	color: #090808;
	background-color: transparent;
 }
a:link {
	text-decoration: none;
	background-color: transparent;
	color: #090808;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #0507F3;
	}
a:active {
	text-decoration: none;
	background-color: transparent;
	color: #FF7373;
	}

A.txt {
	text-decoration: none;
	color: #0507F3;
	background-color: transparent;
 }
a.txt:link {
	text-decoration: none;
	background-color: transparent;
	color: #0507F3;
}
a.txt:visited {
	text-decoration: none;
	background-color: transparent;
	color: #0507F3;
	
}

a.txt:hover {
	text-decoration: none;
	background-color: transparent;
	color: #FF7373;
	}
/*a.txt:active {
	text-decoration: none;
	background-color: transparent;
	color: #090808;
	}*/
.imgcomment {
	font-size: 9px;
	color: #3C42FF;
	}
	
