
/* CSS1 Style Sheet - mr. jimmy's */

body {  background: #f7f7ef;
		color: #211010;
	}

.main { position: absolute;
		top: 1px;
		left: 1px;
		width: 720px;
		font-family: arial;
		font-size: 9px;
	}
	
td { font-family: arial;
	font-size: 11px
	}
	
A:link { color: #211010 }
A:visited { color: #211010 }
A:active { color: #211010 }
A:hover { color: #211010 }

