/* CSS Document */
body{
	background-color:#003366;
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 13px;
	margin: 0px;
	color: #333333;
}

p{
	
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 13px;
	color: #333333;
	font-stretch:condensed;

}
h3 {
	font-size: 20px;
	color: #284493;
	font-stretch:condensed;
	
}
a:link,a:visited,a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

.quotes{
	color:#FF6600;
	font-weight:bold;
	font-size:14px;
	font-stretch:condensed
	
	}
.categories {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 11px;
	padding:10px;
	text-align:justify;
	vertical-align:top;
	color: #333333;
	}
