body {
	background-color : #f5f2e1;
	font-family : "Garamond", "Times New Roman",serif;
	font-size: medium;
	color: Black;
}

a {
	color: #147;
}

a:link {
	color: #147;
}

a:visited {
	color: #333;
}

a:active {
	color: Navy;
}

a:hover {
	color: Navy;
	text-decoration: underline;
}

h1, h2, h3 {

	font-family: "Gill Sans",'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h4{
	font-family : "Garamond", "Times New Roman",serif;
	font-size: x-large;
	font-style : italic;
}

h5{
	font-size: medium;
	font-style : italic;
	font-weight : bolder;
}
	
samp{
	font-family : "Garamond", "Times New Roman",serif;
	font-size : 110%;
	font-style : italic;
	font-weight : bold;
}

cite{

	font-style : italic;
}

table {
	font-family : "Garamond", "Times New Roman",serif;	font-size: medium;

}

ul.li{
list-style : square;
	
}
