/* CSS definition file containing site wide stylesheets */

A:link {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

.FAQ {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 12px;
 	color: rgb(153,0,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: justify
}

.My_Link {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,255);
 	font-weight: bold;
 	text-decoration: underline
}

.TextObject {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,255,255);
 	border: 2px solid rgb(128,128,128);
 	padding: 2px
}
