body {
	background-color : Black;
	color : White;
	font-family : Verdana, sans-serif;
	font-weight : normal;
}

a {
	color : #0066FF;
	background-color: transparent;
	border : none;
}

a:visited {
	background-color: transparent /* But not any other color */;
	color : #FF0000;	
	border : none;
}

a:hover {
	background-color: transparent /* But not any other color */;
	color : #FFFFFF;	
	border : none;
}

P {
	font-size : .9em;
}
img {
	border : none;
}

/*
	#content {
	width: auto;
	min-width: 120px;
	margin-top: 0px;
	margin-right: 185px;
	margin-bottom: 5px;
	margin-left: 160px;
	border-top : 1px dashed #FF3300;
	border-bottom : 1px dashed #FF3300;
	border-left : 1px dashed #FF3300;
	border-right : 1px dashed #FF3300;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
}

#left {
	width : 150px;
	position : absolute;
	top : 90px;
	border-bottom : 1px dashed #FF3300;
	border-left : 1px dashed #FF3300;
	border-right : 1px dashed #FF3300;
	border-top : 1px dashed #FF3300;
	left : 5px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 5px;
	padding-right : 5px;
}
	
#right{
	width : 175px;
	position : absolute;
	top : 90px;
	border-bottom : 1px dashed #3333CC;
	border-left : 1px dashed #3333CC;
	border-right : 1px dashed #3333CC;
	border-top : 1px dashed #3333CC;
	right : 5px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 5px;
	padding-right : 5px;
	
}

#header{
	border-bottom : 1px dashed #99CC99;
	border-left : 0px none #FFFFFF;
	border-right : 0px none #FFFFFF;
	border-top : 0px none #FFFFFF;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	height : 70px;
	margin : 0px 0px 5px 0px;
	padding-top : 12px;
}

#footer{
	border-bottom : 1px dashed #99CC99;
	border-left : 1px dashed #99CC99;
	border-right : 1px dashed #99CC99;
	border-top : 1px dashed #99CC99;
	padding-bottom : 0px;
	padding-left : 10px;
	padding-right : 10px;
	height : 70px;
	min-width : 120px;
	margin : 0px 180px 5px 155px;
	padding-top : 10px;
	width : auto;
	font-size : .7em;
}
.textlinks {
	font-size : larger;
	text-align : center;
}
*/
