A:link		{ text-decoration: none; color: #336699; font-weight:900; font-size:110%;}
A:visited	{ text-decoration: none; color: #336699; font-weight:900; font-size:110%;}
A:active	{ text-decoration: none; color: #99cc66; font-weight:900; font-size:110%;}
A:hover		{ text-decoration: none; color: #99cc66; background-color: #fffff0; font-weight:900; font-size:110%;}

body {           /* FYI, this is a comment */


	margin: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	line-height: 15px;
	}

tr {
	background-color: #e0e0e0;
	}

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 14px;
	background: #90a0c0 url(background-blue-textured.jpg) repeat-x top left;
	color: #ffffff;
	width: 98%;
	line-height: 19px;

	padding: 2px 20px 2px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
    }

h3 {
	font-size: 14px;
	}

table {
	font-size: 11px;
	color: #303030;
	background: #e0e0e0;

	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	padding: 4px;
	}

li { 
	margin-top: 6px; 
	line-height: 14px;
	}
	
.quote {    /* for quoting letters and other people in my journal */
	font-family: "Times New Roman";
	font-size: 14px;
	color: #303030;
	background-color: #e0e0e0;

	line-height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;

	padding: 5px;
	margin-left: 30px;
	margin-right: 75px;
	}
