/* CSS Document */

/*    Text Elements */

body {
	font-family:Arial, Helvetica, sans-serif;
}


a:link {color:#333333}
a:visited {color:#333333}
a:hover {color:#FF6600}
a:active {color:#333333}

