#text { 
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	padding:10px;
	font-size:14px;
	line-height:20px;
	color:#541900;
	}

h1 {
	
	font-size:18px;
	font-weight:bold;
	}

ul {
	margin-left:0px;
	padding-left:0px;
	}
li {
	list-style:disc;
	margin-left:20px;
	}

/* links */
a:link, a:visited {
	font-family:"Trebuchet MS", Arial, "Helvetica CY", Verdana;
	font-size:14px;
	line-height:18px;
	color:#Ff6600;
	text-decoration:none;
	border-bottom:1px dotted #541900;
	}
a:hover {
	color:#541900;
	border-bottom:1px dotted #Ff6600;
	}
