.LinkFont {
 font-size : 10;
 font-family :  Arial;
 color : #cccccc;
 font-style: italic;
 text-decoration: none;
 font-weight: bold;
}
a.LinkFont:hover {
 font-size : 10;
 font-family :  Arial;
 color : #ffffff;
 font-style: italic;
 text-decoration: underline;
 font-weight: bold;
}
p {font-size: 150%}
