body { 
	color: black;
}

body, td { 
	font: 75% arial, helvetica, sans-serif;
}

a {
	color: blue;
}

a:visited {
	color: maroon;
}

a:active {
	color: red;
}

a:hover {
	color: purple; 
	background: #AFB; 
}

		
#leftpics {
	position: absolute;
	left: 0;
	top: 75px;
	width: 200px;
}

#rightpics {
	position: absolute;
	right: 0;
	top: 75px;
	width: 200px;
}
		
#content {
	margin-left: 200px;
	margin-right: 200px;
}

#image_load {
        font: 90% arial, helvetica, sans-serif;
        color: red;
}

#letters {
        font: 150% arial, helvetica, sans-serif;
}

.nohover a:hover { background-color: transparent; }
