BODY {
	background-color: #ffffff;
	font-family : "arial";
	font-size : 14pt;
	margin: 0px;
}
 
A { 
    color: blue;
	font-family : "arial";
	}

A:Hover {
    color: red;
	font-family : "arial";
	
}

.category {
    font-family : "arial";
	font-size : 14;
	font-weight : bold;
}

.link {
    font-family : "arial";
	font-size : 12;
}

.link2 {
    font-family : "arial";
	font-size : 10;
}

.desc {
    font-family : "arial";
	font-size : 12;
	color: black;
}


H1, H2, H3, H4 {
	font-variant: small-caps;
	background-color: #87CEEB;
	color: black;
	padding: 4px;
	width: 100%;
	font-family : Arial;
	font-size: 16px;
}
