// font-family: , color: , font-size: , line-height: , text-decoration: , background-color: , padding-bottom: , padding: , margin-left: , padding-left: , margin-bottom: , margin-top:

body { 	background-color: #FFFFFF;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
}

H1 {
		 font-family: "Times New Roman", Times, serif;
		 color: #003366;
		 font-size: 24px;
}

a {		color: #003366;
		text-decoration: none;
}

.bar {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: bold;
}

a:active { 
		text-decoration: none;
		color: #99CCFF;
}

.main {
		margin-left: 30px;
}

.quote {  
		font-family: "Times New Roman", Times, serif; 
		font-size: 14pt; 
		color: #333333;
}
