/* CSS Document */
body {font-family:verdana; font-size: 12px; color:black}
td {font-family:verdana; font-size:12px}
.button { font-family:verdana; font-size:12px; font-weight:bold; color:white}
H3
{font-family:verdana; font-size: 18px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px

}
H4
{font-family:verdana; font-size: 16px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px

}
H5
{font-family:verdana; font-size: 14px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}
ul { MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px }
A
{
	color: #0066FF;
    TEXT-DECORATION: none
}
A:hover
{
	color: #0066FF;
	TEXT-DECORATION: underline
}
.backimage {
	background-image:    url(backimages/01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

