/* $Id: forecast.css 238 2004-07-12 14:36:35Z dsm $ */
/* forecast style sheet */

a:link {
    color: blue
}

a:visited {
    color: blue
}

a:active {
    color: blue
}

body {
    text: black;
    background: white;
}

h2 {
    text-align: center
}

h4 {
    text-align: center
}

ol.roman {
    list-style-type: lower-roman
}

p.center {
    text-align: center
}

img.link {
    border-width:1px
}

table {
    border: 1px inset;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto
}

tr {
    text-align: left;
    border: 1px outset
}

th {
    text-align: center;
    border: 1px outset
}

th.left {
    text-align: left
}

td {
    vertical-align: top;
    border: 1px outset;
    padding: 2px 2px 2px 2px
}

td.center {
    text-align: center
}

