
/*------------
CSS blakems.com
vs. 10.2004
blake scarbrough
----------------------*/
@import url("bmsMain.css");
@import url("forms.css");
/*Positions Layout*/
body {background: #fefefe;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Monaco, lucida, helvetica, sans-serif
	}

/*Links Navigation	-------------------*/

a:link { color: #263645; }
a:active { color: #c00; }
a:visited { color: #354452;
	text-decoration: none;
	border-bottom: 1px dotted #354452;
	}
a:hover { color: #B5430D; text-decoration: none; }
blockquote {
	 border-left: 3px solid #E4E1BF;
	 padding:  0 5px;
}
a img {border: none;}
.center {text-align: center;}
