.AdsLeft {
	font-size: small;
}

.AdsRight {
	font-size: small;
}

.AdsLinkBar { 
	font-size: smaller; 
	text-align:center
}

body
{
	font-size: medium;
	color: purple;
	font-family: Trebuchet MS, Helvetica, Arial;
}

a:link
{
	text-decoration:bold;
}

a:active
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

a:visited
{
	color: red;
}

a:hover
{
	color: olive;
}

.contents
{
	/*border:1px solid navy;*/
	padding: 0 15px 0 15px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 4px;
	/*	border: 2px solid #006; */
	/*	height: 75%; 
	display: none; */
}
.copyright
{
	text-align: center;
	font-size: small;
	color: #666;
}
