
A:link , A:visited , A:active {
color : blue;
text-decoration : none;
}
A:hover {
color : blue;
background : yellow;
text-decoration : none;
}
.arial {
font-family : arial, helvetica, geneva, sans-serif;
font-size : 10pt;
}
.indentation {
text-indent : 5%;
}
P {
text-indent : 25px;
font-family : Arial, Verdana;
margin-left : 5px;
}

