body { 
	background-color: #cccccc;
        text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  small;
	color: #000000;
}

a {
	color: #000066;
	
}

a:hover {
	color: #000066;
        background: #99CCFF;

}


h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

p {
	font-size:  small;
}

