a:link	{	color:	#025C91;	background-color: transparent;		}a:visited	{	color:	#6597C0;	background-color: transparent;	}a:active	{	color:	#000000;	background-color: transparent;	}a:hover	{	color:	#F38B56;	background-color: transparent;	}/* sets paragraph margins*/p {	margin: 7px 0px 0px 0px;}/* sets main table color and border*/	.main {	background-color: #F2EADF;	border-top-color: #CCCCCC;	border-right-color: #FFFFFF;	border-bottom-color: #FFFFFF;	border-left-color: #FFFFFF;	border-width: 2px;	border-style: solid;}/* turns off gaps around images */img	{	border:	0	}.imagecenter {	border: 1px solid black;	margin: 1em auto;    text-align: center;	}