/* Master StyleSheet for Blue Planet */

/* page font */
body {font-family: times new roman}

/* heading 1 - index, columns, articles */
h1.index {font-size:36pt; text-align: center; color:#0000a0}
h1 {font-size: 28pt; font-weight: bold; text-align: center}
h1.sub {font-size: 18pt; font-weight: bold; text-align: center}

/* heading 2 - in pages */
h2 {font-size: 16pt; font-weight: bold}

/* all links */
a {font-size: 14pt; text-weight:bold}
a:link{color:blue}
a:visited {color: purple}

/* all table cells */
td {text-align: center; font-weight: bold; padding-bottom:5;}

/* all images */
img {vertical-align:middle;}

/* normal paragraphs */
p {text-align: left}