/* Waterways World iframe CSS */

html	  { margin: 0px;
			padding: 0px;
			font-family: Helvetica,Arial,sans-serif; 
			font-size: 70%; 
			overflow-y: scroll; }

body	  { background-color: white; 
			margin: 2px;
			border: 0px; }

p		  { margin-top: 0px;
			margin-bottom: 4px; }

a		  { text-decoration: none; 
			color: black; }
a :hover  { text-decoration: underline; }

.story    { font-weight: bold; }
.breaking { font-weight: bold; color: red; }

.thumbnails { padding-top: 2px; }
.thumbnails img { float: left;
			margin-right: 4px; 
			border: 0px; 
			width: 30px;
			height: 30px; }
.thumbnails p { font-size: medium;
			color: #15A6C6;
			height: 35px; 
			margin-bottom: 5px;
			letter-spacing: -1px; }
.thumbnails a { text-decoration: none;
			color: #15A6C6; }

