/* CSS definition file containing site wide stylesheets */

A:link {
 	color: rgb(255,255,102)
}

A:visited {
 	color: rgb(255,204,102)
}

.TextObject {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-weight: normal;
 	font-style: normal
}

A {
 	color: rgb(255,255,153)
}

PRE {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-weight: normal;
 	font-style: normal
}

A:hover {
 	color: rgb(255,0,0)
}
