/* CSS definition file containing site wide stylesheets */

.bookmarks {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 9px;
 	color: rgb(153,51,51);
 	font-weight: bold;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	text-decoration: underline
}

.home {
	color: rgb(0,0,0);
 	text-decoration: none 
}

.TextObject {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 13px;
 	font-weight: normal;
 	font-style: normal
}