/* CSS Document */

.one		{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px; color : #FFFFFF; }
a.one 	{ text-decoration: none; color : #FFFFFF; }
a.one:hover{ text-decoration: none; color : #66CCFF; }

.two	{ font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color : #FFFFFF; }
a.two 	{ text-decoration: none; color : #FFFFFF; }
a.two:hover{ text-decoration: underline; color : #FFFFFF; }

.body	{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color : #FFFFFF; }
a.body 	{ text-decoration: none; color : #FFFFFF; }
a.body:hover{ text-decoration: underline; color : #FFFFFF; }

.bodytext	{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color : #FFFFFF; background-color : #060606}
a.bodytext 	{ text-decoration: none; color : #FFFFFF; background-color : #060606 }
a.bodytext:hover{ text-decoration: underline; color : #FFFFFF; background-color : #060606 }