.background {
	background-color: #fcfcfc;
}

A {text-decoration: none;}
A:link 	{color: red;}
A:active {color: red;}
A:visited {color: red;}
A:hover {color: red; text-decoration: underline;}

.menu { 
    	background-color: Black;
		color: White; 
        font-family: Verdana,Arial,Helvetica;
		font-size: 13px;
		font-weight: bold;
		line-height: 18px;
		}
		
.vborder { 
		background-color: Black;
		width: 1px;
		}

.date { 
		background-color: #e2e2ce;
		color: Black; 
        font-family: Verdana,Arial,Helvetica;
		font-size: 13px;
		font-weight: bold;
		padding-left: 10px;
		line-height: 20px;
		}

.img-left {
		float: left;
		clip: auto;
		}
		
.img-right {
		float: right;
		clip: auto;
		}
		
.update { 
		background-color: #e2e2ce;
		color: Black; 
        font-family: Verdana,Arial,Helvetica;
		font-size: 10px;
		font-weight: bold;
		padding-right: 10px;
		line-height: 20px;
		}

.hspace { 
		background-color: #ecece4;
		}

.text { 
		background-color: #ecece4;
		color: Black; 
        font-family: Verdana,Arial,Helvetica;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		padding-bottom: 8px;
		}
		
.credits { 
		background-color: black;
		color: white; 
        font-family: Verdana,Arial,Helvetica;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		line-height: 15px;
			}

