/* CSS Document */

A:link {text-decoration: none;
		 color: #669900
}

A:visited {text-decoration: none;
			color: #669933
}

A:hover {text-decoration: underline;
			text-weight: bold;
			color: #339933
}

A:active {text-decoration: underline;
			color: #339933
}

h4 { font-size: 14px;
     border-bottom: 1px solid;
     font-weight: bold;
     padding: 0;
     margin: 0;
     color: #666600;
}

h3 { font-size: 14px;
     border-bottom: 1px solid;
     font-weight: bold;
     padding: 0;
     margin: 0;
     color: #666600;
}

body {
    background: #285100 url(/greenclouds.jpg) fixed no-repeat;
}

