body{			background-color: white;
				color: #666666;
				font-size: 16px;
				font-family: Arial, Verdana;
				line-height: 22px}

h1,h2,h3,p{		font-family: Arial, Verdana;}

h1{				font-style: italic;
				font-size: x-large;}

h2{				font-size: medium;
				color: red;}

h1,h3{			color: white;}

h3{				font-size: large;
				font-weight: normal;}

.notes{			font-size: medium;}
.red{			color: red;}
.white{			color: white;}
.red1{			color: red;
				font-weight: normal;}
.white1{		color: white;
				font-weight: normal;}
.blue1{			color: #CCCCFF;
				font-weight: normal;}

A {	    		color:red;}
A:hover{		color:#990000;}
