body {
	background: url(images/bkg-new.jpg) top left repeat-x #f6ebdb;
}

#header {
	width:auto;
	height:145px;
}

/* box in which the whole page is wrapped to keep it centered and consistent */
#static {
	margin: 0 auto;
	text-align: center;
	width:100%;
	text-align:center;
}

/*general link specifications */
a{
	color:#496a78;
	text-decoration:overline;
}
a:visited {
	color:#496a78;
}
a:hover {
	color:#496a78;
	text-decoration:underline;
	background:#f6dba9;
}




/* text alterations, titles, colors corresponding to the pages */
h1 {
	color:#496a78;
	font-size: 150%;
} 

h1.cabins {
	color:#8b8757;
	font-size: 150%;
}

h1.exchange {
	color:#9b532a;
	font-size: 150%;
}

h1.investments {
	color:#c5910e;
	font-size:150%;
}

h1.golf {
	color:#8e2a20;
	font-size:150%;
}

h1.local {
	color:#333333;
	font-size:150%;
}

h1.ranches {
	color:#658587;
	font-size:150%;
}


	

.style12 {font-weight: bold; font-size: small; color: #666666; }
.style11 {font-weight: bold; font-size: small; color: #990000; }
.style5 {font-size: small}
.sold {
	font-weight:bold;
	font-size: 19px;
	color:#990000;
	}

.subtitle-investments {
	color:#c5910e;
	font-size:125%;
	font-weight:bold;
}
.bold-investments {
	color:#c5910e;
	font-size:125%;
}
.subtitle-mtn {
	color:#5e6639;
	font-size:125%;
	font-weight:bold;
}
.bold-mtn {
	color:#8b8757;
	font-size:125%;
}

.subtitle-ranches {
	color:#658587;
	font-size:125%;
	font-weight:bold;
}

.bold-ranches {
	color:#658587;
	font-size:125%;
}

/*footer */
#footer {
	text-align: center;	
	width:90%;
	padding: 15px 5px 15px 15px;
	margin-bottom: 15px;
}



/* main page containers, colors corresponding to the tabs */

#container-dkblu {
	text-align:left;
	border-top: 6px solid #496a78;
	border-bottom: 6px solid #496a78;
	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-ltblu {
	text-align:left;
	border-top: 6px solid #658587;
	border-bottom: 6px solid #658587;
	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-green {
	text-align:left;
	border-top: 6px solid #8b8757;
	border-bottom: 6px solid #8b8757;

	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-yellow {
	text-align:left;
	border-top: 6px solid #c5910e;
	border-bottom: 6px solid #c5910e;
	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-dkbrown {
	text-align:left;
	border-top: 6px solid #9b532a;
	border-bottom: 6px solid #9b532a;
	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-dkred {
	text-align:left;
	border-top: 6px solid #8e2a20;
	border-bottom: 6px solid #8e2a20;
	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-home {
	text-align:left;
	border-top: 6px solid #e8d2a1;
	border-bottom: 6px solid #e8d2a1;
	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-contact {
	text-align:left;
	border-top: 6px solid #c7b18b;
	border-bottom: 6px solid #c7b18b;
	width:90%;
	padding: 15px 5px 15px 15px;
}

#container-about {
	text-align:left;
	border-top: 6px solid #e8d2a1;
	border-bottom: 6px solid #e8d2a1;
	width:90%;
	padding: 15px 5px 15px 15px;
}
/* end of main containers */


/*specifies the page id and li id to create the active links */

#planned #nav-planned a, 
#ranches #nav-ranches a, 
#cabins #nav-cabins a, 
#investments #nav-investments a, 
#exchange #nav-exchange a, 
#golf #nav-golf a { 
	padding-top: 8px;
	padding-bottom: 9px;
	border-top: 1px solid #ccc;
	border-bottom:0;

} 

/* end of page id and li ids */ 



/* top row of text links, top of page*/
#toplinks {
	float:left;
	font-size: 80%;
}
#disclaimer {
	font-size:80%;
	float:right;
	}





/* Top horizontal Navigation */
#navcontainer {
	margin-top:-3px;
	z-index: 1;
	position:absolute;
	left:110px;
}

#navcontainer ul, {
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;

}

#navcontainer li {
	display: inline;
	text-align: center;
	margin: 0 ;
}

#navcontainer li a {
	margin: 2px;
	padding: 4px 11px 4px 11px;
	color: #fff;
	text-decoration: none;
	font-size:13px;

}
#navcontainer li a.dkblu {
	background:#496a78; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
}
#navcontainer li a.ltblu {
	background:#658587; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
}
#navcontainer li a.green {
	background:#8b8757; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
}
#navcontainer li a.yellow {
	background:#c5910e; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
}
#navcontainer li a.dkbrown {
	background:#9b532a; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
}
#navcontainer li a.dkred {
	background:#8e2a20; 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc;
}


#navcontainer li a:hover.dkblu{
	background:#496a78;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#navcontainer li a:hover.ltblu {
	background:#658587; 
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navcontainer li a:hover.green {
	background:#8b8757; 
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navcontainer li a:hover.yellow {
	background:#c5910e; 
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navcontainer li a:hover.dkbrown {
	background:#9b532a; 
 	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navcontainer li a:hover.dkred {
	background:#8e2a20; 
 	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* Photo Gallery code */



/* needed for IE to make :active state work first time */
a, a:visited {color:#000;} 

/* common styling for all galleries */
a.gallery, a.gallery:visited {
	display:block; 
	display:inline-block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000; 
	width:60px; 
	height:37px; 
	float:left; 
	margin:4px;
	z-index:50;
}


/* 218781 mtn homes */
a.slide218781a {background:url(gallery/218781-view1sm.jpg); text-align:center;}
a.slide218781b {background:url(gallery/218781-view2sm.jpg); text-align:center;}
a.slide218781c {background:url(gallery/218781-view3sm.jpg); text-align:center;}
a.slide218781d {background:url(gallery/218781-view4sm.jpg); text-align:center;}
a.slide218781e {background:url(gallery/218781-view5sm.jpg); text-align:center;}
a.slide218781f {background:url(gallery/218781-view6sm.jpg); text-align:center;}
a.slide218781g {background:url(gallery/218781-view7sm.jpg); text-align:center;}

/* 2137 mtn homes */
a.slide2137a {background:url(gallery/2137-view1sm.jpg); text-align:center;}
a.slide2137b {background:url(gallery/2137-view2sm.jpg); text-align:center;}
a.slide2137c {background:url(gallery/2137-view3sm.jpg); text-align:center;}
a.slide2137d {background:url(gallery/2137-view4sm.jpg); text-align:center;}
a.slide2137e {background:url(gallery/2137-view5sm.jpg); text-align:center;}
a.slide2137f {background:url(gallery/2137-view6sm.jpg); text-align:center;}
a.slide2137g {background:url(gallery/2137-view7sm.jpg); text-align:center;}
a.slide2137h {background:url(gallery/2137-view8sm.jpg); text-align:center;}
a.slide2137i {background:url(gallery/2137-view10sm.jpg); text-align:center;}
a.slide2137j {background:url(gallery/2137-view11sm.jpg); text-align:center;}

/* 2055 listing, vacant land */
a.slide2055a {background:url(gallery/2055-view1sm.jpg); text-align:center;}
a.slide2055b {background:url(gallery/2055-view2sm.jpg); text-align:center;}
a.slide2055c {background:url(gallery/2055-view3sm.jpg); text-align:center;}
a.slide2055d {background:url(gallery/2055-view4sm.jpg); text-align:center;}
a.slide2055e {background:url(gallery/2055-view5sm.jpg); text-align:center;}

/* 214839 mls listing, mtn homes */
a.slide2148a {background:url(gallery/2148-view1sm.jpg); text-align:center;}
a.slide2148b {background:url(gallery/2148-view2sm.jpg); text-align:center;}
a.slide2148c {background:url(gallery/2148-view3sm.jpg); text-align:center;}
a.slide2148d {background:url(gallery/2148-view4sm.jpg); text-align:center;}
a.slide2148e {background:url(gallery/2148-view5sm.jpg); text-align:center;}
a.slide2148f {background:url(gallery/2148-view6sm.jpg); text-align:center;}
a.slide2148g {background:url(gallery/2148-view7sm.jpg); text-align:center;}
a.slide2148h {background:url(gallery/2148-view8sm.jpg); text-align:center;}

/* 211766 mls listing, mtn homes */
a.slide2117a {background:url(gallery/2117-view1sm.jpg); text-align:center;}
a.slide2117b {background:url(gallery/2117-view2sm.jpg); text-align:center;}
a.slide2117c {background:url(gallery/2117-view3sm.jpg); text-align:center;}
a.slide2117d {background:url(gallery/2117-view4sm.jpg); text-align:center;}
a.slide2117e {background:url(gallery/2117-view5sm.jpg); text-align:center;}
a.slide2117f {background:url(gallery/2117-view6sm.jpg); text-align:center;}
a.slide2117g {background:url(gallery/2117-view7sm.jpg); text-align:center;}
a.slide2117h {background:url(gallery/2117-view8sm.jpg); text-align:center;}

/* 214950 mls listing, mtn homes */
a.slide2149a {background:url(gallery/2149-view1sm.jpg); text-align:center;}
a.slide2149b {background:url(gallery/2149-view2sm.jpg); text-align:center;}
a.slide2149c {background:url(gallery/2149-view3sm.jpg); text-align:center;}
a.slide2149d {background:url(gallery/2149-view4sm.jpg); text-align:center;}
a.slide2149e {background:url(gallery/2149-view5sm.jpg); text-align:center;}
a.slide2149f {background:url(gallery/2149-view6sm.jpg); text-align:center;}
a.slide2149g {background:url(gallery/2149-view7sm.jpg); text-align:center;}
a.slide2149h {background:url(gallery/2149-view8sm.jpg); text-align:center;}
a.slide2149i {background:url(gallery/2149-view9sm.jpg); text-align:center;}
a.slide2149j {background:url(gallery/2149-view10sm.jpg); text-align:center;}

/* 214206 mls listing, mtn homes */
a.slide2142a {background:url(gallery/2142-view1sm.jpg); text-align:center;}
a.slide2142b {background:url(gallery/2142-view2sm.jpg); text-align:center;}
a.slide2142c {background:url(gallery/2142-view3sm.jpg); text-align:center;}
a.slide2142d {background:url(gallery/2142-view4sm.jpg); text-align:center;}
a.slide2142e {background:url(gallery/2142-view5sm.jpg); text-align:center;}

/* 215156 mls listing, mtn homes */
a.slide2151a {background:url(gallery/2151-view1sm.jpg); text-align:center;}
a.slide2151b {background:url(gallery/2151-view2sm.jpg); text-align:center;}
a.slide2151c {background:url(gallery/2151-view3sm.jpg); text-align:center;}
a.slide2151d {background:url(gallery/2151-view4sm.jpg); text-align:center;}
a.slide2151e {background:url(gallery/2151-view5sm.jpg); text-align:center;}
a.slide2151f {background:url(gallery/2151-view6sm.jpg); text-align:center;}

/* 214383 mls listing, mtn homes */
a.slide2143a {background:url(gallery/2143-view1sm.jpg); text-align:center;}
a.slide2143b {background:url(gallery/2143-view2sm.jpg); text-align:center;}
a.slide2143c {background:url(gallery/2143-view3sm.jpg); text-align:center;}
a.slide2143d {background:url(gallery/2143-view4sm.jpg); text-align:center;}


/* 7660 meadowlark property */
a.slide2012a {background:url(gallery/2012-view1sm.jpg);}
a.slide2012b {background:url(gallery/2012-view2sm.jpg);}
a.slide2012c {background:url(gallery/2012-view3sm.jpg);}
a.slide2012d {background:url(gallery/2012-view4sm.jpg);}
a.slide2012e {background:url(gallery/2012-view5sm.jpg);}
a.slide2012f {background:url(gallery/2012-view6sm.jpg);}
a.slide2012g {background:url(gallery/2012-view7sm.jpg);}
a.slide2012h {background:url(gallery/2012-view8sm.jpg);}
a.slide2012i {background:url(gallery/2012-view9sm.jpg);}
a.slide2012j {background:url(gallery/2012-view10sm.jpg);}
a.slide2012k {background:url(gallery/2012-view11sm.jpg);}
a.slide2012l {background:url(gallery/2012-view12sm.jpg);}
a.slide2012m {background:url(gallery/2012-view13sm.jpg);}

/*CR 210 vacant land/ranches - Mesaros*/
a.slidecr210a {background:url(gallery/cr210-view1sm.jpg);}
a.slidecr210b {background:url(gallery/cr210-view2sm.jpg);}
a.slidecr210c {background:url(gallery/cr210-view3sm.jpg);}
a.slidecr210d {background:url(gallery/cr210-view4sm.jpg);}
a.slidecr210e {background:url(gallery/cr210-view5sm.jpg);}


/*CR 140 vacand land/ranches - Mesaros*/
a.slidecr140a {background:url(gallery/cr140-view1sm.jpg);}
a.slidecr140b {background:url(gallery/cr140-view2sm.jpg);}
a.slidecr140c {background:url(gallery/cr140-view3sm.jpg);}

/* 1111 mtn homes - creekside house */
a.slide1111a {background:url(gallery/1111-kitchensm.jpg);}
a.slide1111b {background:url(gallery/1111-fireplacesm.jpg);}
a.slide1111c {background:url(gallery/1111-staircasesm.jpg);}
a.slide1111d {background:url(gallery/1111-creekview-aerialsm.jpg);}
a.slide1111e {background:url(gallery/1111-creekviewsm.jpg);}

/*1811 mtn homes - river run */
a.slide1811a {background:url(gallery/1811-frontsm.jpg);}
a.slide1811b {background:url(gallery/1811-kitchensm.jpg); text-align:center;}
a.slide1811c {background:url(gallery/1811-blueroomsm.jpg);}
a.slide1811d {background:url(gallery/1811-riversm.jpg);}
a.slide1811e {background:url(gallery/1811-rocksm.jpg); text-align:center;}
a.slide1811f {background:url(gallery/1811-pathsm.jpg); text-align:center;}

/* 1919 mtn  homes - mountain get-away */
a.slide1919a {background:url(gallery/1919-coversm.jpg);}
a.slide1919b {background:url(gallery/1919-kitchensm.jpg);}
a.slide1919c {background:url(gallery/1919-livingroomsm.jpg); text-align:center;}
a.slide1919d {background:url(gallery/1919-sidehousesm.jpg);}
a.slide1919e {background:url(gallery/1919-frontdecksm.jpg);}
a.slide1919f {background:url(gallery/1919-frontdeck2sm.jpg);}

/* 1684 vacant land/ranches - "oliver" */
a.slide1684a {background:url(gallery/1684-view5sm.jpg);}
a.slide1684b {background:url(gallery/1684-view6sm.jpg);}
a.slide1684c {background:url(gallery/1684-viewsm.jpg);}
a.slide1684d {background:url(gallery/1684-view2sm.jpg);}
a.slide1684e {background:url(gallery/1684-view3sm.jpg);}
a.slide1684f {background:url(gallery/1684-view4sm.jpg);}



/* 1766 vacant land/ranches - "preas" */
a.slide1766a {background:url(gallery/1766-view1sm.jpg);}
a.slide1766b {background:url(gallery/1766-view2sm.jpg);}
a.slide1766c {background:url(gallery/1766-view3sm.jpg);}
a.slide1766d {background:url(gallery/1766-view4sm.jpg);}
a.slide1766e {background:url(gallery/1766-view5sm.jpg);}

/* 1793 vacant land/ranches */
a.slide1793a {background:url(gallery/1793-mainsm.jpg);}
a.slide1793b {background:url(gallery/1793-cabinsm.jpg);}
a.slide1793c {background:url(gallery/1793-viewsm.jpg);}

/* 1870 vacand land/ranches - "clover creek ranch" */
a.slide1870a {background:url(gallery/1870-mainsm.jpg);}
a.slide1870b {background:url(gallery/1870-view7-sm.jpg);}
a.slide1870c {background:url(gallery/1870-view2sm.jpg); text-align:center;}
a.slide1870d {background:url(gallery/1870-view3sm.jpg);}
a.slide1870e {background:url(gallery/1870-view8-sm.jpg);}
a.slide1870f {background:url(gallery/1870-view6sm.jpg);}
a.slide1870g {background:url(gallery/1870-entrancesm.jpg);}
a.slide1870h {background:url(gallery/1870view8-sm.jpg);}
a.slide1870i {background:url(gallery/1870view9-sm.jpg); text-align:center;}
a.slide1870j {background:url(gallery/1870view10-sm.jpg); text-align:center;}

/* 1884 vacand land/ranches - "river valley ranch" */
a.slide1884a {background:url(gallery/1884-mainsm.jpg);}
a.slide1884b {background:url(gallery/1884-2sm.jpg);}
a.slide1884c {background:url(gallery/1884-3sm.jpg);}
a.slide1884d {background:url(gallery/1884-4sm.jpg);}
a.slide1884e {background:url(gallery/1884-5sm.jpg);}
a.slide1884f {background:url(gallery/1884-6sm.jpg);}
a.slide1884g {background:url(gallery/1884-7sm.jpg);}
a.slide1884h {background:url(gallery/1884-8sm.jpg);}
a.slide1884i {background:url(gallery/1884-9sm.jpg);}
a.slide1884j {background:url(gallery/1884-minsm.jpg);}

/* 1894 vacant land/ranches - "abresch" */
a.slide1894a {background:url(gallery/1894-view1sm.jpg);}
a.slide1894b {background:url(gallery/1894-view2sm.jpg);}
a.slide1894c {background:url(gallery/1894-view3sm.jpg);}
a.slide1894d {background:url(gallery/1894-view4sm.jpg);}
a.slide1894e {background:url(gallery/1894-view5sm.jpg);}

/* 2002 vacant land/ranches - "grinspoon" */
a.slide2002a {background:url(gallery/2002-view1sm.jpg);}
a.slide2002b {background:url(gallery/2002-view2sm.jpg);}
a.slide2002c {background:url(gallery/2002-view3sm.jpg);}
a.slide2002d {background:url(gallery/2002-view4sm.jpg);}
a.slide2002e {background:url(gallery/2002-view5sm.jpg);}
a.slide2002f {background:url(gallery/2002-view6sm.jpg);}
a.slide2002g {background:url(gallery/2002-view7sm.jpg);}


a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

#container_top {
	position:relative; 
	width:350px; 
	height:340px; 
	background:#f0dfc7; 
	border:1px solid #a49188; 
	margin:1em auto;
}
#container_top img {
	border:0;
}
#container_top .thumbs {
	position:absolute; 
	left:0; 
	top:0;
}
#container_top a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:350px; 
	height:50px; 
	top:87px; 
	left:5px; 
	padding:5px; 
	font-style:italic; 
	color:#000;  
	z-index:100;
}
#container_top a.gallery:hover span:first-line {
	font-style:normal; 
	font-weight:bold; 
	font-size:1.1em; 
	color:#000;
}
#container_top a.gallery:active, #container_top a.gallery:focus {
	border:1px solid #000;
}
#container_top a.gallery:active em, #container_top a.gallery:focus em {
	display:block; 
	position:absolute; 
	width:325px; 
	height:225px; 
	top:95px; 
	left:5px; 
	padding:5px; 
	color:#000; 
	border:1px solid #3d330f; 
	z-index:50;
}
#container_top h1 {
	clear:both; 
	margin:0; 
	padding-top:135px; 
	text-align:center; 
	font-family: georgia, "times new roman", serif; 
	font-size:2em; 
	font-weight:normal; 
	color:#81807e;
}
#container_top h1 em {
	font-size:0.6em; 
	color:#000;
}

/* Map css for planned communities */


.clg {
	padding:0; 
	list-style-type:none; 
	background: url(images/planned-comm-map.jpg) no-repeat; 
	width:800px; 
	height:325px; 
	margin:0 auto; 
	position:relative; 
	z-index:100;
	}
	
/* move the text off screen */
.clg li a {
	text-indent:-9999px;
	display:block;
	width:99px;
	height:42px;
	background: url(images/spacer.gif) no-repeat;
	position:absolute;
	left: 322px;
	top: 31px;
	}


	
/* make the images and description invisible and an absolute position so that it does not take up any space */
.clg li a em {
	visibility:hidden; 
	position:absolute;
	}
	
/* position the square markers */

.clg li a.maysville {top:172px; left:4px; text-decoration:none;}
.clg li a.weldon {top:62px; left:157px; text-decoration:none;}
.clg li a.eaglemoon {top:31px; left:320px; text-decoration:none;}
.clg li a.friendranch {top:259px; left:300px; text-decoration:none;}
/*.clg li a.ftduchesne {top:259px; left:459px;}
.clg li a.farmington {top:62px; left:155px;}
.clg li a.slc {top:30px; left:322px;}*/



/* move the text back into view on hover */
.clg li a:hover {
	background:#transparent; 
	text-indent:0; 
	height:30px; 
	padding:5px; 
	width:99px;

	}
	

	
/* hack for IE5.x */
* html .clg li a:hover {
	width:auto; 
	height:1.5em; 
	w\idth:auto; 
	he\ight:1.2em;
	}
	
/* make the descriptive text visible, give it a size and position */
.clg li a:hover em {
text-align:left;
	visibility:visible; 
	margin-left:5px; 
	background:#fff; 
	border:1px solid #9b532a;
	width:175px; 
	color:#600; 
	padding:10px;
	padding-left:19px;
	padding-right:24px;
	font-style:normal; 
	top:-135px; 
	left:104px;
	font-family:tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif; 
	font-size: 80%;	
	letter-spacing:1px; 
	line-height:1.3em;
	}
	
	
	
/* hack for IE5.x */
* html .clg li a:hover em {width:200px; w\idth:150px;}

/* give the image a border and margin */
.clg li a:hover em img {
	border:1px solid #000; 
	display:block; 
	margin-bottom:10px;
	}

/* style the empty span (I know it's not semantically correct) into an arrow point */
.clg li a:hover em span {
	display:block; 
	width:0; 
	height:0; 
	overflow:hidden; 
	border:15px solid #fff; 
	border-width:15px 3px 15px 15px; 
	border-left-color:#a1c1e6; 
	position:absolute; 
	left:0; 
	top:135px;

	}

/* hack for IE5.x */
* html .clg li a:hover em span {
	width:auto; 
	height:30px; 
	w\idth:0; 
	he\ight:0;
	}
.boxtext{
	color:#3b4b5b;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;}
	
.fauxlink {
	color:#26416c;
	font-size:11px;
	text-align:center;
	}
	
.boxwords {
	font-size: 11px;
	text-decoration:none;
	}
	
.style11 {font-size: small; color: #990000; }
