	a {
		text-decoration : underline;
		color : #003366;
	}
	
	a:hover {
		text-decoration : none;
		color : #336699;
	}

	body, input, select, textarea, td, .default {
		color : #000000;
		font-family : Verdana, Arial;
		font-size : 8pt;
	}
	
	body {
		background : #ffffff;
		margin : 0;
	}
	
	.classifiedItemName, .classifiedItemPrice {
		font-family : Verdana, Arial;
		font-size: 8pt;
		font-weight : bold;
	}
	
	.classifiedItemPrice {
		color : #ff0000;
	}
	
	.copyright {
		color : #ffffff;
	}
	
	.forumTopic {
		border-style : dotted;
		border-width : 1px;
		border-color : #000000;
	}
	
	.forumMsgAuthor {
		color : #ff6600;
	}
	
	.forumMsg {
		color : #003300;
	}
	
	.homepage {
		behavior : url(#default#homepage);
	}
	
	.loginField {
		width : 75px;
	}
	
	.surveyQuestion {
		color : #003366;
	}
