body                {
                        background-color: white;
}
a, a:visited	   	{ 
						text-decoration: none; 
						color: #999; 
					}
a:hover, a:focus 	{ 
						color: #660033; 
					  	font-weight: bold; 
				    }
h1			   		{ 
						color: #999; 
						font-weight: bold; 
						font-size: large; 
						font-family: "Arial"; 
						text-align: center; 
					}
h2			   		{ 
						color: #999; 
						margin: 0 0 0 0; 
						font-size: 185%; 
						letter-spacing: -1px; 
						font-weight: normal; 
						clear: left; 
					}
.rightbar		   	{ 
						float: right; 
						clear: both; 
						width: 37%; 
						margin: 0 0 1% 3%; 
						background: url(/left-top.gif) no-repeat; 
						padding: 10px 0 10px 10px; 
						font-size: 100%; 
					}
.leftbar	 	   	{ 
						text-align: right; 
						width: 60%; 
					}
.footer		   		{ 
						clear: both; 
						color: #999; 
						margin: 3% 0 0 0; 
						font-weight: bold; 
						font-size: small; 
						font-family: "Times New Roman"; 
						text-align: center; 
					}
p				   	{ 
						text-align: right; 
					}
