﻿/* CSS definition file containing sitestyle stylesheets */
BODY {
	font-family: "Trebuchet MS";
	background-color: rgb(222,220,169);
	color: color: rgb(102,153,102);
}
A:link {
	font-family: "Trebuchet MS";
	color: rgb(68,95,67);
	font-weight: bold;
	font-size: x-small;
}
UL {
	font-family: "Trebuchet MS";
	font-weight: bold;
	list-style-type: decimal;
}
LI {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-weight: bold;
	number: 1;
}
 OL {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-weight: bold;
}
 A {
	font-family: "Trebuchet MS";
	color: rgb(68,95,67);
	font-weight: bold;
}
 