body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

a, 
a:link,
a:visited {
    color: rgb(193, 97, 111);
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:active
{
    color: rgb(224, 176, 183);
    text-decoration: underline;
}
	
ul li {
	list-style-type : none;
}
