@CHARSET "UTF-8";

body {
    position: relative;
    z-index:4; 
    color: black;
    line-height: 1.5em;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    background-color:#f1f1f1;
    overflow: auto;
}

a {
	color: #0000FF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

a:visited {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

a:active {
    color: #0000FF;
    text-decoration: none;
