small {
	font-family: Arial,verdana;
}
h1 {
	
	font-family: Georgia, palatino, times;
	font-variant: normal;
	font-size: 35px;
	font-style: normal;
	
	border-bottom: 1px solid #333333;

	}
	h2 {
	font-variant: normal;
	font-size: large;
	font-style: normal;
	font-weight: bolder;

	}
body {
	margin: 0px 10px 10px 10px;	
	border-top: 15px solid black;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	
	color: black;
}
table,td {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 13px;
}
a,a:link{color: darkblue;
}
a:visited{color: darkblue;
}
a:active{color:#f00}
.date {
	font-family: Georgia, palatino, times;
}
code {
	color: Maroon;
	font-size: 12px;
}
pre {
	font-size: 12px;
}
hr {
	color: Black;;
	height: 1px;
}
acronym {
        cursor: help;
}
dd {
	font-size: xx-small;
}