body { 
	font-family: verdana, helvetica, arial;
	background-color: #F0F0F0;
	color: #000000;
}

a {
	font-family: verdana,helvetica, arial;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	cursor: default;
        color: blue;
}

        a:hover { color: red; }
        a:active { color: red; }

.li { font-size: 10pt; font-style: Italic; }
.title { font-size: 16pt; }

