

BODY {
	color: black;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, Sans-Serif;
	}
	
.imgdarkbody {
	color: #C0C0C0;
	background-color: #393939;
	}

.imglightbody {
	color: black;
	background-color: #EEEEEE;
	}

.imgredbody {
	color: #C0C0C0;
	background-color: #992211;
	}
	
	.imgredbody .content .copyright {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: smaller;
		color: #909090;
		}

	.imgredbody .content .copyright A:link, .imgredbody .content .copyright A:visited {
		color: #909090;
		text-decoration: none;
		}

	.imgredbody .content .copyright A:active, .imgredbody .content .copyright A:hover {
		color: #B0B0B0;
		text-decoration: underline;
		}
			
.topmenu {
	background-color: #CCCCCC;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	}

	.topmenu .bar {
		color: #808080;
		}
		
	.topmenu A:link, .topmenu A:visited {
		color: black; 
		text-decoration: none;
		}

	.topmenu A:active, .topmenu A:hover {
		color: white;
		text-decoration: none;
		}
		
		
		
.content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	.content A:link {
		text-decoration: underline;
		color: black;
		}

	.content A:visited {
		text-decoration: underline;
		color: #707070;
		}

	.content A:active, .content A:hover {
		text-decoration: none;
		color: #808080;
		}
	
	.content H4 {
		background-color: #DDDDDD;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-weight: normal;
		border-width: 1px;
		border-style: solid;
		border-color: #C0C0C0;
		}
		
	.content .imgtable {
		border-style: solid;
		border-width: 1px;
		border-color: white;
		}
		
	.content .imgpreviewtable {
		background-color: #CCCCCC;
		}

	.content .imgpreviewtable A:link, .content .imgpreviewtable A:visited {
		color: black;
		text-decoration: none;
		}

	.content .imgpreviewtable A:active, .content .imgpreviewtable A:hover {
		color: white;
		text-decoration: none;
		}
		
	.content .imgpreviewtable .image {
		width: 123px;
		height: 88px;
		border-style: solid;
		border-color: black;
		border-width: px;
		}

	.content .linkstable {
		border-style: none;
		border-width: 1px;
		border-color: #DDDDDD;
		}

	.content .linkstable .linkimg {
		border-style: none;
		width: 60px;
		height: 60px;
		}

	.content .image {
		border-style: solid;
		border-color: black;
		border-width: 1px;
		}

	.content .copyright {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: smaller;
		color: #707070;
		}

	.content .copyright A:link, .content .copyright A:visited {
		color: #707070;
		text-decoration: none;
		}

	.content .copyright A:active, .content .copyright A:hover {
		color: #808080;
		text-decoration: underline;
		}

