/* CSS for Russell home page */

body  {
	text-align: center;
	min-width: 777px;
	font:  13px "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: black;
	background: #e5e5e5;
}


a:link  {
	color:  #990000;
}

a:visited  {
	color:  #206e4c;
}

a:focus  {
	color:  #7f4c33;
}

a:hover { 
	color:  #7f4c33;
}

a:active { 
	color:  #7f4c33;
}

