 
body { 
	color: black; 
	background: #fcf4e4; 
	font-family: Arial, Verdana, sans-serif;
	} 

a:link { 
	color : #003399; 
	font-weight: bold; 
	background : transparent none; 
	text-decoration: none; 
	} 

a:visited { 
	color : #336633; 
	font-weight: bold; 
	background : transparent none; 
	text-decoration: none; 
	}

a:active { 
	color : red; 
	font-weight: bold;
	background : transparent none; 
	text-decoration: none; 
	}
	 
a:hover { 
	color : #663333; 
	font-weight: bold; 
	background : transparent none; 
  	text-decoration: none;
	}
	 
H2 {
	text-align: center; 
	font-size: large
	}
#caption 
    {
	text-align: center; 
    font-size : smaller;
	font-weight: bold;
    }	
img {
	border: 1px solid;
	text-align: center;



}

