body {
	font-size: 0.7em;
	font-family: Verdana, Arial, sans-serif;
	color: #295A6B;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

/* styles for the content */

p{
        text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
        font-style: italic;
        color: #2A4374;
}

a {
        font-weight: bold;
        text-decoration: none;
        color: #2A4374;
        background: none;
}

a:visited {
        font-weight: bold;
	background: none;
        color: #2A4374;
}

a:hover {
        font-weight: bold;
        text-decoration: underline;
	background: none; 
        color: #333;
}

li {
        list-style-type: square;
	background: none;
}

