
html, body
{ font-family      : Verdana, sans-serif
; color            : black
; background       : url(../images/grass.jpg) #6b8943;
}

h1, h2, h3
{ font-family      : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
; font-weight      : normal
; font-style       : italic
; color            : #CC6666
; text-align       : left
}

a:link
{ color            : #6680CC
; text-decoration  : none
}

a:visited
{ color            : #B380CC
; text-decoration  : none
}

a:hover
{ text-decoration  : underline
}

img
{ border-color     : white
}

div.justify
{ text-align       : justify
}


a
{ position         : relative;
}

a span
{ display          : none;
}

a:hover
{ background-color : white;
}

a:hover span
{ position         : absolute
; top              : 0px
; left             : 0px
; width            : 200px
; display          : block
; background-color : white
; border           : 1px solid black
; color            : black
; text-decoration  : none
; text-align       : left
; font-size        : smaller
}

