/*	Tropical Splendour Style Sheet	*/

/*body*/
body{font-family: Arial, Helvetica, sans-serif; color:rgb(0,0,0); background-color:white}

/*heading 1*/
h1{font-family: Arial, Helvetica, sans-serif; font-weight:normal; color: #444499;}

/*heading 2*/
h2{font-family: Arial, Helvetica, sans-serif; font-weight:normal; color:#444499}
/*h2{font-family: Arial, Helvetica, sans-serif; font-size:18; background-color: #444499; border-color: rgb(255,255,0); border-style:outset;}*/

/*table body*/
tbody{font-family: Arial, Helvetica, sans-serif; color:#ffffff; background-color:#333399;}

/*links*/
a:link{color:blue}
a:visited{color:blue}
a:hover{color:blue}
a:active{color:blue}
    

