/* CSS Document */
img { border: 0; }

body { color: black; background-color: white; 
		font-family: Georgia, "Times New Roman", Times, serif; }

a { text-decoration: none; }
a:link { color: #136D9B; }
a:visited { color: #8080FF; }
a:hover { color: #0099CC; }

#Footer { position: static; 
		 }

