.theLinks:link {
	color: #CCCCCC; text-decoration: none
}
.theLinks:visited {
	color: #AAAAAA; text-decoration: none
}
.theLinks:active {
	color: #FFFFFF; text-decoration: underline
}
.theLinks:hover {
	color: #FFFFFF; text-decoration: none
}
.theLinks{
	color: #999999; text-decoration: none
; font-family: arial; font-size: 10px
}

.outline { border:1px solid black}
.body_outline { border:1px solid black; border-bottom:none}
.threequarter_outline { border:1px solid black; border-left:none;}
.topoutline { border:1px solid black; border-right:none; border-left:none }
.sideoutline { border:1px solid black; border-top:none; border-bottom:none }
.sideoutline_white { border:1px solid white; border-top:none; border-bottom:none; border-left:none }