// Filename: styles.css
bodyText {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
}

headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	padding-left: 16px;
	padding-right: 10px;
}

/*Links*/

a:link {
	color: #FFF;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
}
	
a:visited {
	color: #FFF;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
}

a:hover  {
	color : #CCC;
	text-decoration : none;
}
    
a.UnderLine:hover  {
	color :  #CCC;
	text-decoration: none
}
	
a:active {
	color :  #FC0;
	text-decoration: underline;
}

