/* ------------------
 TIP
   ------------------   */
   /* In a DIV tag, making the margin: 0px, auto; will center the DIV on the screen.
   
/* ------------------
 BODY STYLING
   ------------------   */


.bodytext

{
	font-family: Helevetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
}


.bodytext a:link, .bodytext a:visited
{
	color: #0CF;
	font-weight: bold;
	text-decoration:none;
}

.bodytext a:hover
{
	color: #0CF;
	font-weight: bold;
	text-decoration:underline;
}
