

body {

	font-family: Verdana;
	background: #ffffff;
	color: black;
	text-align: center;
	margin: 10px 20px 20px 20px;

	}
	
		
#page {
	background-color: white;
	border: 1px solid #0192DD;
	text-align: left;
	width: 800px;
	padding: 10px;
		}

	
p {
	font: 13px verdana, arial, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	}

	
.photo {
	border: 1px solid #cccccc;
	padding: 4px;
	float: right;
	}
	
#footer {
	font: 10px verdana, arial, sans-serif;
    color: white;
	background: #75cefd;
	text-align: center;
	padding: 0px;
    	}
        
h1 {
    font:  italic 16px times new roman;color:#0192DD;
	text-align: center;

	}
	
h2 {
    font:  bold 24px times new roman;color:#0192DD;
	text-align: left;
   	margin-left: 0px;
	}

a:link {
	color: #0192DD;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #0192DD;
	text-decoration: none;
   	font-weight: bold;
	}

a:hover {
	color: #75cefd;
	text-decoration: underline;
	font-weight: bold;
	}
    
#navmenu {
	height: 26px;
	margin-top: 6;
	padding-top: 0;
	background-color: #75cefd;
	}

#navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	}
	
#navmenu li {
	display: inline;
	font-size: 12px;
	padding: 6px;
	line-height: 26px;
	}

#navmenu li a {
	color: #ffffff;
	text-decoration: none;
	padding: 9px 9px 9px;
	}

#navmenu li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0192DD;
	}


