body {
		background-image: url("images/backgrounds/bg17.jpg");
		background-attachment: fixed;
	}

h1	{	font: 36px new times roman; 
		font-weight: strong; 
		color: #000000; 
		text-align: center;
		}
	
h2	{	font: 24px new times roman; 
		font-weight: strong; 
		font-style: italic; 
		color: #000000; 
		text-align: center;
	}

h3	{	font: 20px new times roman; 
		font-weight: strong; 
		font-style: italic; 
		color: #161Aff; 
		text-align: center;
	}

h4	{	font: 14px new times roman;
		font-weight: strong;
		font-style:	italic; 
		color:	#161Aff; 
		text-align: center;
	}

h5	{	font: 12px new times roman; 
		font-weight: strong; 
		font-style: italic; 
		color:#161Aff; 
		text-align: center;
		}

h6 	{	font: 12px new times roman; 
		font-weight: strong; 
		font-style: italic; 
		color: gray; 
		text-align: left;
		}

p	{	font: italic bold 18px Times Roman;
		color: #161Aff;
		text-align: left;
		}
		
pp	{	font: italic bold 18px Times Roman;
		color: black;
		text-align: justify;
		}
		
#table-a {
			font: 18px;
			color: #161Aff;
			}		

div.box	{
			width: 700px;
			border: 1px solid #161Aff;
			background: blue;
			
		}
			
#wrapper {width: 770px; font: 16px new times roman; margin: auto;}

#header {width: 768px; background: #1d37a4 url(images/beige031.jpg) repeat background-color: #ede3c8; border: 1px solid #000000; border-bottom-width: 1px; text-align: center;}


a:link		{	font: bold 16px new times roman; 
				color: #161Aff; 
				text-decoration: none;
			}
a:visited	{	font: bold 16px new times roman; 
				color: #ffff99; 
				text-decoration: none;
			}
a:hover		{	font: bold 16px new times roman; 
				color: #FFCC00;
				text-decoration: underline; 
				font-style: italic;
				letter-spacing: 0px;
			}
a:active	{	font: bold 16px new times roman; 
				color: #cc3300; 
				text-decoration: none; 
				background-color: black;
			}

/*	link		unvisited links
	visited		visited links 
	hover		when mouse is over the text
	active		Just returned from
*/